From 4ccbc6e5bf352e36534d652202281a7e2f34ea85 Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Mon, 25 Sep 2023 20:15:27 +0200 Subject: [PATCH] removed weather. did not work --- systems/common/gnome.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/systems/common/gnome.nix b/systems/common/gnome.nix index 8621a9c..0204ea0 100644 --- a/systems/common/gnome.nix +++ b/systems/common/gnome.nix @@ -99,14 +99,5 @@ "org/gnome/nautilus/preferences" = { show-image-thumbnails = "always"; }; - - "org/gnome/Weather" = { - locations = "[<(uint32 2, <('Vienna', 'LOWW', true, [(0.83979426423570236, 0.2891428852314914)], [(0.84124869946126679, 0.28565222672750273)])>)>]"; - }; - - "org/gnome/shell/weather" = { - automatic-location = true; - locations = "[<(uint32 2, <('Vienna', 'LOWW', true, [(0.83979426423570236, 0.2891428852314914)], [(0.84124869946126679, 0.28565222672750273)])>)>]"; - }; }; }