add gpgagent to laptop

This commit is contained in:
Kabbone 2022-10-15 11:15:01 +02:00
parent 7545dc6c07
commit 5859bad26e

View File

@ -55,6 +55,12 @@
programs = { # No xbacklight, this is the alterantive
dconf.enable = true;
light.enable = true;
ssh.startAgent = false;
gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "curses";
};
};
services = {