From f4be357508d0fc3fa8b7b77a97beb8405e9a7ca9 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 31 Jan 2022 22:15:51 -0800 Subject: feat(wpcarro/marcus): Enable redshift 👀 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Should be easier on my eyes. Change-Id: I183d2516ecdb582264b2a2548a05723d87274a83 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5152 Reviewed-by: wpcarro Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/nixos/marcus/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/users/wpcarro/nixos/marcus/default.nix b/users/wpcarro/nixos/marcus/default.nix index 45f397450d..b47b437b58 100644 --- a/users/wpcarro/nixos/marcus/default.nix +++ b/users/wpcarro/nixos/marcus/default.nix @@ -146,6 +146,11 @@ in ''; }; + services.redshift = { + enable = true; + provider = "geoclue2"; + }; + systemd.user.startServices = true; }; -- cgit 1.4.1