configuration: setup gpg

This commit is contained in:
Antoine Martin 2021-02-13 20:32:37 +01:00
parent 79a17f7616
commit dd94cbcba5

View file

@ -62,7 +62,9 @@
bat
fish
git
gnupg
htop
pinentry-curses
ripgrep
stow
tmux
@ -73,6 +75,11 @@
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
programs.fish.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "curses";
};
# List services that you want to enable:
my.services = {