diff options
author | William Carroll <wpcarro@gmail.com> | 2022-04-15T17·31-0700 |
---|---|---|
committer | wpcarro <wpcarro@gmail.com> | 2022-04-16T01·14+0000 |
commit | 3414016ee07f1b1c1303f8b99657d35512d94a30 (patch) | |
tree | b467feb2f08389660deaee8e050841fd434128f1 | |
parent | 04204c386368275458948366fa26f53fb537e55a (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
-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 |