about summary refs log tree commit diff
path: root/users/wpcarro
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2022-04-15T17·31-0700
committerwpcarro <wpcarro@gmail.com>2022-04-16T01·14+0000
commit3414016ee07f1b1c1303f8b99657d35512d94a30 (patch)
treeb467feb2f08389660deaee8e050841fd434128f1 /users/wpcarro
parent04204c386368275458948366fa26f53fb537e55a (diff)
feat(wpcarro/nix): Enable gpg agent r/3959
Also include `gpg` and `pass` in my commonly used CLI tools.

Change-Id: I4df71519e585286a0ab38da6161fbe383695a35f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5451
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/wpcarro')
-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