Modularised configs

This commit is contained in:
2025-04-14 17:27:09 +01:00
parent 3b58914a89
commit ca11305fc5
12 changed files with 361 additions and 274 deletions
+14
View File
@@ -0,0 +1,14 @@
{
inputs,
lib,
config,
pkgs,
unstablePkgs,
...
}: {
programs.gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-tty;
enableSSHSupport = true;
};
}