whoops
This commit is contained in:
parent
b6f24a2e21
commit
9ebe723c44
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue