diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index f2a26a12..7c998f2c 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -51,6 +51,8 @@ enable = true; path = [ pkgs.at pkgs.fx pkgs.nodejs ]; script = '' + whoami + id echo "/run/current-system/sw/bin/plasma-apply-colorscheme -platform offscreen Arc" | ${pkgs.at}/bin/at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunrise` ''; serviceConfig.Type = "oneshot"; @@ -59,6 +61,8 @@ enable = true; path = [ pkgs.at pkgs.fx pkgs.nodejs ]; script = '' + whoami + id echo "/run/current-system/sw/bin/plasma-apply-colorscheme -platform offscreen ArcDark" | ${pkgs.at}/bin/at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunset` ''; serviceConfig.Type = "oneshot";