more dwm packages

This commit is contained in:
2024-04-21 10:26:40 +02:00
parent af5c2efc90
commit 2e292e4973
4 changed files with 49 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
./bash.nix
./git.nix
./zsh
./gpg.nix
];
home.packages = with pkgs; [
killall

View File

@@ -0,0 +1,7 @@
{
services.gpg-agent = {
enable = true;
defaultCacheTtl = 1800;
enableSshSupport = true;
};
}