From 28c731ca315c04649f623899d1417440186f9a35 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 2 Jan 2024 23:36:33 +0900 Subject: [PATCH] test --- nixos/common/desktops/plasma6/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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"