Add gnupg
This commit is contained in:
parent
c6bbf0af16
commit
54cdd685a1
2 changed files with 5 additions and 0 deletions
1
cos.nix
1
cos.nix
|
|
@ -6,6 +6,7 @@
|
||||||
./winboat.nix
|
./winboat.nix
|
||||||
./docker.nix
|
./docker.nix
|
||||||
./remoteBuild.nix
|
./remoteBuild.nix
|
||||||
|
./gnupg.nix
|
||||||
"${inputs.home-manager}/nixos"
|
"${inputs.home-manager}/nixos"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
4
gnupg.nix
Normal file
4
gnupg.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
programs.gnupg.agent.enable = true;
|
||||||
|
programs.gnupg.agent.pinentryPackage = pkgs.pinentry-curses;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue