From e202f868f5108eac1c3c4f6a39022303bd38fe78 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Tue, 9 Aug 2022 00:22:16 +0200 Subject: [PATCH] enable discord/noisetorch on nixtop --- home/christoph/nixtop/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) 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