This commit is contained in:
2022-01-17 20:44:22 -05:00
parent 6a9e573731
commit 1ce213f818
2 changed files with 28 additions and 28 deletions

View File

@@ -3,21 +3,18 @@
{
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";
text = ''Library'';
};
programs.zsh.initExtra = "source ~/.nix-profile/etc/profile.d/nix.sh";
# programs.fish.interactiveShellInit = "source ~/.nix-profile/etc/profile.d/nix.sh";
# home.file.gitignore = {
# target = ".gitignore";
# text = ''Library'';
# };
imports = [ ./home-cli.nix ./home-gui.nix ./home-mail.nix ];
}