diff --git a/home/christoph/nixtop/default.nix b/home/christoph/nixtop/default.nix index 148130b6..b1fa6afb 100644 --- a/home/christoph/nixtop/default.nix +++ b/home/christoph/nixtop/default.nix @@ -7,4 +7,15 @@ rec { ../../../modules ]; + # TODO: Validate that this doesn't install too much + modules.gaming = { + enable = true; + + discordChromium.enable = true; + + noisetorch = { + enable = true; + autostart = true; + }; + }; } \ No newline at end of file