Set redshift location automatically
This commit is contained in:
parent
ddb3a85be5
commit
1dce59a7cd
|
@ -54,11 +54,7 @@ with pkgs;
|
||||||
programs.light.enable = true;
|
programs.light.enable = true;
|
||||||
|
|
||||||
# Blue light filter
|
# Blue light filter
|
||||||
location = {
|
location.provider = "geoclue2";
|
||||||
latitude = 51.05;
|
|
||||||
longitude = 3.71;
|
|
||||||
provider = "manual";
|
|
||||||
};
|
|
||||||
|
|
||||||
services.redshift = {
|
services.redshift = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in New Issue