Add image annotation tools
This commit is contained in:
parent
86d205fc06
commit
27a087ad54
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue