summary refs log tree commit diff stats
path: root/packages.nix
diff options
context:
space:
mode:
authorsils <sils@sils.li>2022-12-05 19:03:29 +0100
committersils <sils@sils.li>2022-12-05 19:03:29 +0100
commit3da6ef291d719e7e0160772a165cfcb7b4816f70 (patch)
tree09f5de12b045474e8c08a7dd27a549a8daa396e3 /packages.nix
parentno system without neofetch! (diff)
downloadnix-config-3da6ef291d719e7e0160772a165cfcb7b4816f70.tar.gz
nix-config-3da6ef291d719e7e0160772a165cfcb7b4816f70.zip
added gnupg, telegram and tor
Diffstat (limited to '')
-rw-r--r--packages.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages.nix b/packages.nix
index fddb752..3efd71c 100644
--- a/packages.nix
+++ b/packages.nix
@@ -25,5 +25,8 @@
      rustc # rust, obiously
      cargo # cargo, the best compiler ever"
      lf # a file manager
+     gnupg # encryption and so on
+     tor-browser-bundle-bin # tor-browser
+     tdesktop # another messenger (telegram)
    ];
 }