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 = {