From 3fae7597a32f9b6b4452245042e6b27331d29c47 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Tue, 9 Aug 2022 16:40:48 +0200 Subject: [PATCH] Todo --- modules/gaming.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/gaming.nix b/modules/gaming.nix index d8b3e2ca..0e5cc1c1 100644 --- a/modules/gaming.nix +++ b/modules/gaming.nix @@ -16,7 +16,6 @@ in { enable = mkBoolOpt false "Enable the Gaming module"; discordChromium.enable = mkBoolOpt false "Enable Discord as Chromium webapp"; polymc.enable = mkBoolOpt false "Enable PolyMC for Minecraft (flatpak)"; - # TODO: Add specific gaming bottles configs? bottles.enable = mkBoolOpt false "Enable Bottles to emulate Windows games (flatpak)"; noisetorch = { @@ -64,7 +63,6 @@ in { categories = [ "Network" "Chat" ]; }; - # TODO: Check if this works after fresh login systemd.user.services = mkIf cfg.noisetorch.autostart { noisetorch-autostart = { Unit = {