all pckgs sync

This commit is contained in:
2024-11-05 09:07:52 +01:00
parent 3b6cbf4398
commit ffab3aa91b
28 changed files with 815 additions and 729 deletions

View File

@@ -6,8 +6,11 @@
dosfstools
nix-output-monitor
nvd
brightnessctl
];
programs.zsh.enable = true;
fonts.packages = with pkgs; [
nerdfonts
noto-fonts
@@ -25,6 +28,12 @@
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
settings = {
max-cache-ttl = 60480000;
default-cache-ttl = 60480000;
# default-cache-ttl-ssh = 60480000;
# max-cache-ttl-ssl = 60480000;
};
};
}