mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-05-05 21:01:41 +01:00
Modularised configs
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
inputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
unstablePkgs,
|
||||
...
|
||||
}: {
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.pinentry-tty;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user