diff --git a/home-manager/home.nix b/home-manager/home.nix index 4b6bd1a..39eb28b 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -123,7 +123,7 @@ in LONGITUDE="-1.89E" # Calculate the sunrise and sunset times for today using sunwait - light=$(sunwait poll $LATITUDE &LONGITUDE) + light=$(sunwait poll $LATITUDE $LONGITUDE) echo $sunrise_time echo $sunset_time