gnupg and email
This commit is contained in:
parent
cde16a95ef
commit
5ac7c9daf7
2 changed files with 10 additions and 0 deletions
|
|
@ -13,6 +13,9 @@
|
|||
mu
|
||||
keychain
|
||||
ledger
|
||||
gnupg
|
||||
pinentry-curses
|
||||
isync
|
||||
|
||||
feh
|
||||
picom
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue