gpg in hm

This commit is contained in:
twoneis 2025-05-13 22:28:37 +02:00
parent 4c91c261f2
commit 84f2a1c22f

View file

@ -33,6 +33,13 @@ in {
''; '';
}; };
programs.gpg = {
enable = true;
scdaemonSettings = {
disable-ccid = true;
};
};
programs.git = { programs.git = {
enable = true; enable = true;
userName = "twoneis"; userName = "twoneis";