diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index ab0d363a..64dbaf2f 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -69,12 +69,12 @@ systemd.user.timers = { "light-theme" = { - enable = true; + enable = false; partOf = [ "light-theme.service" ]; timerConfig.OnCalendar = [ "*-*-* *:*:00" ]; }; "dark-theme" = { - enable = true; + enable = false; partOf = [ "dark-theme.service" ]; timerConfig.OnCalendar = [ "*-*-* *:*:00" ]; };