gnupg and email

This commit is contained in:
Benson Chu 2023-12-12 08:53:02 -06:00
parent cde16a95ef
commit 5ac7c9daf7
2 changed files with 10 additions and 0 deletions

View file

@ -13,6 +13,9 @@
mu
keychain
ledger
gnupg
pinentry-curses
isync
feh
picom

View file

@ -29,6 +29,13 @@ in
enableDefaultConfig = false;
};
services.pcscd.enable = true;
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "curses";
enableSSHSupport = true;
};
services.syncthing = {
enable = true;
user = "benson";