diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index f46794f8..d4c92ac0 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -65,8 +65,8 @@ "get-theme-times" = { enable = true; partOf = [ "get-theme-times.service" ]; - timerConfig.OnCalendar = ["2min"]; - timerConfig.OnBootSec= [ "2min" ]; + timerConfig.OnCalendar = ["1 hour"]; + timerConfig.OnBootSec= [ "2 min" ]; }; "set-theme" = { enable = true;