diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/wpcarro/common.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/users/wpcarro/common.nix b/users/wpcarro/common.nix index c99f37327d8c..dd9388e0b542 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 |