240 current 2025-01-11 21:55:52 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-01-11 21:56:02 -05:00
parent d4c681d36b
commit 4c872817d2
4 changed files with 16 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
{
config,
pkgs,
...
}: {
services.gpg-agent = {
enable = true;
enableSshSupport = true;
#TODO: determine if extraConfig is necessary for emacs.
};
}

View File

@@ -6,5 +6,6 @@
imports = [
./picom/default.nix
./dunst/default.nix
./gpg-agent/default.nix
];
}