From 45b53e85be16778269dfc99b2b87ecfb966b88a3 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 3 Jan 2024 18:48:16 +0900 Subject: [PATCH] Update Plasma --- nixos/common/desktops/plasma6/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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