diff --git a/home/christoph/nixtop/default.nix b/home/christoph/nixtop/default.nix index 4b7b9367..0cef61c6 100644 --- a/home/christoph/nixtop/default.nix +++ b/home/christoph/nixtop/default.nix @@ -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; + }; }; } \ No newline at end of file