diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index 58087695..290ec99b 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -56,6 +56,7 @@ whoami id source ~/.bashrc + # It doesn't get here for some reason TIME=`cat /tmp/wttr.in | grep sunrise | head -n 1 | awk {'print $2" "$3'} | sed -e 's/"//g' | sed -e 's/,//'` echo "Time to run at: $TIME" echo "hello world 2" @@ -72,6 +73,7 @@ whoami id source ~/.bashrc + # It doesn't get here for some reason TIME=`cat /tmp/wttr.in | grep sunset | head -n 1 | awk {'print $2" "$3'} | sed -e 's/"//g' | sed -e 's/,//'` echo "Time to run at: $TIME" echo "hello world 2"