summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorsils <sils@sils.li>2022-12-05 20:14:37 +0100
committersils <sils@sils.li>2022-12-05 20:14:37 +0100
commit1199c185d755936a6e023011545572f3cf7832b6 (patch)
tree5c3831d789618a03720abe57483ad9da4d10cc5d
parentadded gnupg, telegram and tor (diff)
downloadnix-config-1199c185d755936a6e023011545572f3cf7832b6.tar.gz
nix-config-1199c185d755936a6e023011545572f3cf7832b6.zip
added simple-scan, imagemagick and kde-connect
-rw-r--r--packages.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages.nix b/packages.nix
index 3efd71c..28d0f4e 100644
--- a/packages.nix
+++ b/packages.nix
@@ -15,6 +15,7 @@
      libreoffice # convert doc to pdf xD
      keepassxc # passwords 
      gnome.gnome-keyring # to tired to migrate to kwallet
+     gnome.simple-scan # scanning, obiously
      lsd # ls in good
      jq # xdg-ninja requieres that
      glow # markdown rendering
@@ -28,5 +29,7 @@
      gnupg # encryption and so on
      tor-browser-bundle-bin # tor-browser
      tdesktop # another messenger (telegram)
+     libsForQt5.kdeconnect-kde # communicate with my phone
+     imagemagick # convertion and so on
    ];
 }