Add geoclue service to fix redshift missing location

This commit is contained in:
Sravan Balaji
2024-04-01 20:23:25 -04:00
parent 33a657d209
commit 902408e764

View File

@@ -51,6 +51,10 @@
package = pkgs.redshift;
executable = "/bin/redshift-gtk";
};
services.geoclue2 = {
enable = true;
};
location.provider = "geoclue2";
# File Manager
programs.thunar = {