diff options
Diffstat (limited to '')
| -rw-r--r-- | hosts/bear/configuration.nix | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/hosts/bear/configuration.nix b/hosts/bear/configuration.nix index 33fac99..ef46691 100644 --- a/hosts/bear/configuration.nix +++ b/hosts/bear/configuration.nix @@ -18,6 +18,10 @@ customNeovim.neovim senpai mpv + pass + passExtensions.pass-otp + passExtensions.pass-update + passExtensions.pass-import ]; programs.ssh = { @@ -58,6 +62,18 @@ ''; }; + programs.gnupg = { + agent = { + enable = true; + enableSSHSupport = true; + # enableBrowserSocket = true; + # settings = { + # default-cache-ttl = 86400; + # max-cache-ttl = 604800; + # }; + }; + }; + homebrew = { enable = true; user = "andrewmontgomery"; |
