From 1dce59a7cd183c13da3810fdc58e91514c5998b9 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 16 Feb 2022 23:54:26 +0100 Subject: [PATCH] Set redshift location automatically --- modules/gui.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/gui.nix b/modules/gui.nix index 28943b3..5239e94 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -54,11 +54,7 @@ with pkgs; programs.light.enable = true; # Blue light filter - location = { - latitude = 51.05; - longitude = 3.71; - provider = "manual"; - }; + location.provider = "geoclue2"; services.redshift = { enable = true;