reformat
This commit is contained in:
@ -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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Reference in New Issue
Block a user