add gnupg
All checks were successful
nixos config pipeline / show-flake (push) Successful in 33s
nixos config pipeline / deploy (push) Successful in 48s

This commit is contained in:
smayzy 2026-02-14 14:02:16 +01:00
parent 682d15a98d
commit 91ff1c9b59
3 changed files with 4 additions and 0 deletions

View File

@ -114,4 +114,6 @@
} }
''; '';
programs.gnupg.agent.enable = true;
} }

View File

@ -53,6 +53,7 @@ in
thunderbird thunderbird
neomutt neomutt
kicad kicad
pass
]; ];
}; };
} }

View File

@ -59,6 +59,7 @@ in
prismlauncher prismlauncher
neomutt neomutt
kicad kicad
pass
]; ];
}; };
} }