Add geoclue service to fix redshift missing location
This commit is contained in:
@@ -51,6 +51,10 @@
|
|||||||
package = pkgs.redshift;
|
package = pkgs.redshift;
|
||||||
executable = "/bin/redshift-gtk";
|
executable = "/bin/redshift-gtk";
|
||||||
};
|
};
|
||||||
|
services.geoclue2 = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
location.provider = "geoclue2";
|
||||||
|
|
||||||
# File Manager
|
# File Manager
|
||||||
programs.thunar = {
|
programs.thunar = {
|
||||||
|
Reference in New Issue
Block a user