diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index fb57b19c..8c03019c 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -66,11 +66,13 @@ enable = true; partOf = [ "get-theme-times.service" ]; timerConfig.OnCalendar = ["1 hour"]; + timerConfig.OnBootSec= [ "2min" ]; }; "set-theme" = { enable = true; partOf = [ "set-theme.service" ]; timerConfig.OnCalendar = [ "*:0..59" ]; + timerConfig.OnBootSec= [ "3min" ]; }; }; } \ No newline at end of file