dregil: Enable gnupg agent

This commit is contained in:
Alexander Kobjolke 2023-04-06 23:51:39 +02:00
parent c72baa173c
commit e4d81ba462

View file

@ -123,6 +123,7 @@ in
ripgrep
git
nvidia-offload
pinentry
];
# adjust channels to nixpkgs used on this system via this flake
@ -134,10 +135,10 @@ in
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;
# programs.gnupg.agent = {
# enable = true;
# enableSSHSupport = true;
# };
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
programs.neovim = {
enable = true;