yeaaaahh turns out i need this
This commit is contained in:
parent
d1888afdb5
commit
9de446eeaf
1 changed files with 7 additions and 7 deletions
14
home-mac.nix
14
home-mac.nix
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue