1
This commit is contained in:
2022-08-09 16:40:48 +02:00
parent 43e0bd9a62
commit 3fae7597a3

View File

@ -16,7 +16,6 @@ in {
enable = mkBoolOpt false "Enable the Gaming module"; enable = mkBoolOpt false "Enable the Gaming module";
discordChromium.enable = mkBoolOpt false "Enable Discord as Chromium webapp"; discordChromium.enable = mkBoolOpt false "Enable Discord as Chromium webapp";
polymc.enable = mkBoolOpt false "Enable PolyMC for Minecraft (flatpak)"; 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)"; bottles.enable = mkBoolOpt false "Enable Bottles to emulate Windows games (flatpak)";
noisetorch = { noisetorch = {
@ -64,7 +63,6 @@ in {
categories = [ "Network" "Chat" ]; categories = [ "Network" "Chat" ];
}; };
# TODO: Check if this works after fresh login
systemd.user.services = mkIf cfg.noisetorch.autostart { systemd.user.services = mkIf cfg.noisetorch.autostart {
noisetorch-autostart = { noisetorch-autostart = {
Unit = { Unit = {