Enable gnupg agent system-wide

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-18 14:38:04 +01:00
parent aaedd4df5f
commit 4350b6b133
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -36,4 +36,6 @@
environment.pathsToLink = [ "/share/zsh" ];
console.keyMap = "neo";
programs.gnupg.agent.enable = true;
}