about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2022-12-19 21:52:16 +0000
committerdevhell <devhell@mailfresser.de>2022-12-19 21:52:16 +0000
commitbec3a804a1142476863717f9be894fbb2c04ba6d (patch)
tree3a67e218f7c6c8dbe58081d226a83c8764d8962f
parentd6b01d5562770f0c305dd67c226d0e78936953b5 (diff)
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.
-rw-r--r--modules/user/devhell/profiles/services.nix6
1 files changed, 6 insertions, 0 deletions
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;