1
0

gpg-agent is already defined globally

This commit is contained in:
2019-08-15 09:52:48 +00:00
parent 910af69b99
commit 7a006187b3

View File

@ -92,13 +92,6 @@ in {
};
};
services = {
gpg-agent = {
enable = true;
enableSshSupport = true;
};
};
home.file = {
".emacs.d/init.el".source = ./etc/emacs.el;
".xmonad/xmonad.hs".source = ./etc/xmonad.hs;