From bec3a804a1142476863717f9be894fbb2c04ba6d Mon Sep 17 00:00:00 2001 From: devhell Date: Mon, 19 Dec 2022 21:52:16 +0000 Subject: profiles/services: reintroduce redshift/gammastep For some reason it won't start automatically, not sure what's going on there. I can't live without this though, my eyes are furious with me. --- modules/user/devhell/profiles/services.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules') diff --git a/modules/user/devhell/profiles/services.nix b/modules/user/devhell/profiles/services.nix index b2168b48..735eec20 100644 --- a/modules/user/devhell/profiles/services.nix +++ b/modules/user/devhell/profiles/services.nix @@ -53,6 +53,12 @@ in { services.dbus.packages = [ pkgs.mako ]; + services.redshift = { + enable = true; + package = pkgs.gammastep; + executable = "/bin/gammastep"; + }; + services = { pcscd.enable = true; gpm.enable = true; -- cgit 1.4.1