From 32d74b05002bde992b7aecf759efe65fee98078b Mon Sep 17 00:00:00 2001 From: ChUrl Date: Fri, 12 Aug 2022 17:34:42 +0200 Subject: [PATCH] reformat --- home/christoph/nixtop/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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