about summary refs log tree commit diff
path: root/users/wpcarro/common.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/wpcarro/common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/wpcarro/common.nix b/users/wpcarro/common.nix
index c99f37327d..dd9388e0b5 100644
--- a/users/wpcarro/common.nix
+++ b/users/wpcarro/common.nix
@@ -7,6 +7,8 @@ in
   programs = {
     fish.enable = true;
 
+    gnupg.agent.enable = true;
+
     ssh = {
       startAgent = true;
       extraConfig = ''
@@ -47,9 +49,11 @@ in
     fd
     fzf
     git
+    gnupg
     jq
     mkpasswd
     nmap
+    pass
     python3
     rink
     ripgrep