reformat
This commit is contained in:
@ -8,12 +8,6 @@ rec {
|
||||
];
|
||||
|
||||
modules = {
|
||||
# TODO: Validate that this doesn't install too much
|
||||
gaming = {
|
||||
enable = true;
|
||||
discordChromium.enable = true;
|
||||
};
|
||||
|
||||
audio = {
|
||||
enable = true;
|
||||
noisesuppression = {
|
||||
@ -21,5 +15,11 @@ rec {
|
||||
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