From 415d58047f7362a823462d4d819efa9d494fdc49 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 3 Jan 2024 13:06:15 +0900 Subject: [PATCH] test --- nixos/common/desktops/plasma6/default.nix | 1 + nixos/default.nix | 1 + 2 files changed, 2 insertions(+) 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