From 6d46f5965ab2dfb26730820ba4f300e20cf6cdb1 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 2 Jan 2024 22:58:02 +0900 Subject: [PATCH] test --- nixos/common/desktops/plasma6/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index 997189f4..bab5fe2e 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -51,8 +51,7 @@ enable = true; path = [ pkgs.at pkgs.fx pkgs.nodejs ]; script = '' - source ~/.bashrc - echo "plasma-apply-colorscheme -platform offscreen Arc" | at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunrise` + plasma-apply-colorscheme -platform offscreen Arc ''; serviceConfig.Type = "oneshot"; }; @@ -60,8 +59,7 @@ enable = true; path = [ pkgs.at pkgs.fx pkgs.nodejs ]; script = '' - source ~/.bashrc - echo "plasma-apply-colorscheme -platform offscreen ArcDark" | at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunset` + plasma-apply-colorscheme -platform offscreen ArcDark ''; serviceConfig.Type = "oneshot"; };