diff --git a/home-mac.nix b/home-mac.nix index 14d512f..ed23889 100644 --- a/home-mac.nix +++ b/home-mac.nix @@ -3,13 +3,13 @@ { home.packages = with pkgs; [ pinentry_mac terminal-notifier syncthing ]; - # home.file.gpg-agent = { - # target = ".gnupg/gpg-agent.conf"; - # text = '' - # default-cache-ttl 86400 - # max-cache-ttl 86400 - # ''; - # }; + home.file.gpg-agent = { + target = ".gnupg/gpg-agent.conf"; + text = '' + default-cache-ttl 86400 + max-cache-ttl 86400 + ''; + }; # home.file.gitignore = { # target = ".gitignore";