feat: switch from redshift to gammastep

This commit is contained in:
Felix Schröter 2021-02-16 16:52:07 +01:00
parent 4bce45f2c5
commit 373ad8e314
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ with pkgs; {
./planck.nix ./planck.nix
]; ];
services.redshift = { services.gammastep = {
enable = true; enable = true;
latitude = "53.2472211"; latitude = "53.2472211";
longitude = "10.4021562"; longitude = "10.4021562";

View file

@ -16,7 +16,7 @@
./ausweisapp.nix ./ausweisapp.nix
]; ];
services.redshift = { services.gammastep = {
enable = true; enable = true;
latitude = "53.2603609"; latitude = "53.2603609";
longitude = "10.4014691"; longitude = "10.4014691";