|
|
@ -3,13 +3,13 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
home.packages = with pkgs; [ pinentry_mac terminal-notifier syncthing ];
|
|
|
|
home.packages = with pkgs; [ pinentry_mac terminal-notifier syncthing ];
|
|
|
|
|
|
|
|
|
|
|
|
# home.file.gpg-agent = {
|
|
|
|
home.file.gpg-agent = {
|
|
|
|
# target = ".gnupg/gpg-agent.conf";
|
|
|
|
target = ".gnupg/gpg-agent.conf";
|
|
|
|
# text = ''
|
|
|
|
text = ''
|
|
|
|
# default-cache-ttl 86400
|
|
|
|
default-cache-ttl 86400
|
|
|
|
# max-cache-ttl 86400
|
|
|
|
max-cache-ttl 86400
|
|
|
|
# '';
|
|
|
|
'';
|
|
|
|
# };
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
# home.file.gitignore = {
|
|
|
|
# home.file.gitignore = {
|
|
|
|
# target = ".gitignore";
|
|
|
|
# target = ".gitignore";
|
|
|
|