From f2dbee1ee8e990614280d01dbd119bef01f28f16 Mon Sep 17 00:00:00 2001 From: Roman Lubij Date: Tue, 3 Mar 2026 15:21:30 +0100 Subject: [PATCH] Enable gnome location --- common/modules/home/dconf/gnome.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/home/dconf/gnome.nix b/common/modules/home/dconf/gnome.nix index b072e94..a4904c4 100644 --- a/common/modules/home/dconf/gnome.nix +++ b/common/modules/home/dconf/gnome.nix @@ -101,7 +101,7 @@ }; "org/gnome/system/location" = { - enabled = false; + enabled = true; }; }; }