This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-06-03 16:59:11 +02:00
parent 52343cbc23
commit fce5f49e57
29 changed files with 373 additions and 554 deletions

View File

@@ -1,10 +1,12 @@
{ pkgs, ... }:
{ pkgs, pkgs-unstable, ... }:
{
# there also is a system module
home.packages = with pkgs; [
gnupg
gpg-tui
];
] ++ ( with pkgs-unstable; [
pinentry-all
]);
services.gpg-agent = {
enable = true;