diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index 73e30a07..5dfb8ada 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -52,9 +52,9 @@ SUNSET=`date -d \`cat /tmp/wttr.sunset\` +%s` CURRENT=`date +%s` if [ $CURRENT -gt $SUNRISE -a $CURRENT -lt $SUNSET ] ; then - plasma-apply-colorscheme -platform offscreen Arc + /run/current-system/sw/bin/plasma-apply-colorscheme -platform offscreen Arc else - plasma-apply-colorscheme -platform offscreen ArcDark + /run/current-system/sw/bin/plasma-apply-colorscheme -platform offscreen ArcDark fi ''; serviceConfig.Type = "oneshot";