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