Todo
This commit is contained in:
@ -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 = {
|
||||||
|
Reference in New Issue
Block a user