From 902408e7644e1a2c2800ca5daeec47a1cd469696 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Mon, 1 Apr 2024 20:23:25 -0400 Subject: [PATCH] Add geoclue service to fix redshift missing location --- system/gui/dwm.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/gui/dwm.nix b/system/gui/dwm.nix index 2ce9cff..86d8c8b 100644 --- a/system/gui/dwm.nix +++ b/system/gui/dwm.nix @@ -51,6 +51,10 @@ package = pkgs.redshift; executable = "/bin/redshift-gtk"; }; + services.geoclue2 = { + enable = true; + }; + location.provider = "geoclue2"; # File Manager programs.thunar = {