From 8239d8971ae4c0d8ed70c4d0db9f04104c9bb15f Mon Sep 17 00:00:00 2001 From: Tomas Rivera <137088692+Totorile1@users.noreply.github.com> Date: Fri, 10 Apr 2026 13:59:23 +0200 Subject: [PATCH] miscellanious stuff --- modules/home-manager/caelestia.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/caelestia.nix b/modules/home-manager/caelestia.nix index 8437838..af7af11 100644 --- a/modules/home-manager/caelestia.nix +++ b/modules/home-manager/caelestia.nix @@ -401,7 +401,7 @@ defaultPlayer = "Spotify"; gpuType = ""; #playerAliases: [ { "from": "com.github.th_ch.youtube_music", "to": "YT Music" } ]; # how to put this into nix language? - weatherLocation = ""; + weatherLocation = "Lausanne"; useFahrenheit = false; useFahrenheitPerformance = false; useTwelveHourClock = false;