diff options
| author | makefu <makefu@tsp> | 2015-08-13 17:12:56 +0200 |
|---|---|---|
| committer | makefu <makefu@tsp> | 2015-08-13 17:12:56 +0200 |
| commit | 9bb631117666a205135a4a3f39b8c63a98faf24e (patch) | |
| tree | 85763e60c917b21bafe596afe68bc9ceaca7755d | |
| parent | 659a289277e0a03008c2a26d12b25065edf5a211 (diff) | |
add redshift
| -rw-r--r-- | makefu/2configs/base-gui.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/makefu/2configs/base-gui.nix b/makefu/2configs/base-gui.nix index 4e5558a1f..55fcd6baa 100644 --- a/makefu/2configs/base-gui.nix +++ b/makefu/2configs/base-gui.nix @@ -28,6 +28,11 @@ in displayManager.auto.user = mainUser; desktopManager.xterm.enable = false; }; + services.redshift = { + enable = true; + latitude = "48.7"; + longitude = "9.1"; + }; ## FONTS # TODO: somewhere else? |
