From 9bb631117666a205135a4a3f39b8c63a98faf24e Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 13 Aug 2015 17:12:56 +0200 Subject: add redshift --- makefu/2configs/base-gui.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'makefu/2configs') diff --git a/makefu/2configs/base-gui.nix b/makefu/2configs/base-gui.nix index 4e5558a1..55fcd6ba 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? -- cgit v1.2.3