This commit is contained in:
Nathan McCarty 2023-04-26 05:40:56 -04:00
parent b6f24a2e21
commit 9ebe723c44
No known key found for this signature in database
1 changed files with 6 additions and 4 deletions

View File

@ -6,11 +6,13 @@
config = { isDesktop = true; };
programs = {
media.enable = false;
util = { wine = true; };
util = {
wine = true;
git = {
gpgSign = false;
sshSign = true;
};
};
# games = { launcher = true; };
# media.nicotineService = true;
};