diff options
author | sils <sils@sils.li> | 2023-04-20 17:54:28 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-04-20 17:54:28 +0200 |
commit | b82a14b6da72bf617f72226eeded49af4d6b44a0 (patch) | |
tree | d3fc80e6e6491a9be69d5545a2b629479821a462 | |
parent | Fix(packages.nix): Added bottles (diff) | |
download | nix-config-b82a14b6da72bf617f72226eeded49af4d6b44a0.tar.gz nix-config-b82a14b6da72bf617f72226eeded49af4d6b44a0.zip |
Feat(packages.nix): Add pinentry
-rw-r--r-- | packages.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages.nix b/packages.nix index c45649b..3fd53b4 100644 --- a/packages.nix +++ b/packages.nix @@ -56,7 +56,10 @@ rustc # rust, obiously cargo # cargo, the best compiler ever" lf # a file manager + gnupg # encryprtion and so on + pinentry # needed for gpg + tor-browser-bundle-bin # tor-browser tdesktop # another messenger (telegram) libsForQt5.kdeconnect-kde # communicate with my phone |