From 3414016ee07f1b1c1303f8b99657d35512d94a30 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 15 Apr 2022 10:31:01 -0700 Subject: feat(wpcarro/nix): Enable gpg agent 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 Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/common.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit 1.4.1