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; }; config = { isDesktop = true; };
programs = { programs = {
media.enable = false; media.enable = false;
util = { wine = true; }; util = {
wine = true;
git = { git = {
gpgSign = false; gpgSign = false;
sshSign = true; sshSign = true;
}; };
};
# games = { launcher = true; }; # games = { launcher = true; };
# media.nicotineService = true; # media.nicotineService = true;
}; };