Add image annotation tools

This commit is contained in:
benjamin melançon 2025-01-24 20:09:58 -05:00
parent 86d205fc06
commit 27a087ad54

View file

@ -15,6 +15,7 @@
# $ nix search example # $ nix search example
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
annotator # image annotation, KDE's Spectacle does too but only for screenshots it just took, maybe ksnip or shutter would be more flexible screenshot tools, hmm kdePackages.kquickimageedit and kdePackages.kimageannotator basically use the same tools as Spectacle, i'll try them too.
ansible ansible
authenticator # 2-factor auth, it's for Gnome but it's the only good one (can scan in from the phone etc) authenticator # 2-factor auth, it's for Gnome but it's the only good one (can scan in from the phone etc)
birdtray birdtray
@ -63,8 +64,10 @@
kdePackages.kcolorchooser kdePackages.kcolorchooser
# kdePackages.kdenetwork-filesharing # kdePackages.kdenetwork-filesharing
# kdePackages.keysmith # kdePackages.keysmith
kdePackages.kimageannotator
kdePackages.konqueror kdePackages.konqueror
kdePackages.kontrast kdePackages.kontrast
kdePackages.kquickimageedit
kdePackages.krecorder kdePackages.krecorder
kdePackages.kruler kdePackages.kruler
kdePackages.kweather kdePackages.kweather