240 current 2025-01-11 21:55:52 25.05.20241217.d3c42f1 6.6.66 *
This commit is contained in:
11
home/services/gpg-agent/default.nix
Normal file
11
home/services/gpg-agent/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
#TODO: determine if extraConfig is necessary for emacs.
|
||||
};
|
||||
}
|
||||
@@ -6,5 +6,6 @@
|
||||
imports = [
|
||||
./picom/default.nix
|
||||
./dunst/default.nix
|
||||
./gpg-agent/default.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user