diff options
Diffstat (limited to 'common-darwin.nix')
| -rw-r--r-- | common-darwin.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/common-darwin.nix b/common-darwin.nix index 9170c92..c4b49ac 100644 --- a/common-darwin.nix +++ b/common-darwin.nix @@ -38,6 +38,7 @@ EDITOR = "nvim"; VISUAL = "nvim"; }; + nix.gc = { automatic = true; interval.Day = 7; @@ -50,6 +51,18 @@ enable = true; }; + programs.gnupg = { + agent = { + enable = true; + enableSSHSupport = true; + # enableBrowserSocket = true; + # settings = { + # default-cache-ttl = 86400; + # max-cache-ttl = 604800; + # }; + }; + }; + fonts.packages = with pkgs; [ fira-code nerd-fonts.fira-code |
