diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index 048ab7fe..76247d72 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -48,6 +48,7 @@ script = '' # Also need to do checks of what the current theme is and apply it if it isn't already set SUNRISE=`fx /tmp/wttr.in .weather[0].astronomy[0].sunrise` + SUNSET=`fx /tmp/wttr.in .weather[0].astronomy[0].sunset` NOW=`date +'%I:%M %p'` if [[ $SUNRISE == $NOW ]] ; then echo "Setting Arc colorscheme" diff --git a/nixos/default.nix b/nixos/default.nix index 536c307b..991d64e8 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -59,6 +59,7 @@ cbonsai # ncurses bonsai tree busybox # Linux utilities at # Job scheduler + coreutils-full # Core utilities ]; # Job scheduler