mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 10:36:11 +01:00
more dwm packages
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
./bash.nix
|
||||
./git.nix
|
||||
./zsh
|
||||
./gpg.nix
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
killall
|
||||
|
||||
7
home-manager/features/cli/gpg.nix
Normal file
7
home-manager/features/cli/gpg.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
defaultCacheTtl = 1800;
|
||||
enableSshSupport = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user