1
This commit is contained in:
2022-08-12 17:34:42 +02:00
parent d7aad19e86
commit 32d74b0500

View File

@ -8,12 +8,6 @@ rec {
]; ];
modules = { modules = {
# TODO: Validate that this doesn't install too much
gaming = {
enable = true;
discordChromium.enable = true;
};
audio = { audio = {
enable = true; enable = true;
noisesuppression = { noisesuppression = {
@ -21,5 +15,11 @@ rec {
noisetorch.autostart = true; noisetorch.autostart = true;
}; };
}; };
# TODO: Validate that this doesn't install too much
gaming = {
enable = true;
discordChromium.enable = true;
};
}; };
} }