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