about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2022-12-24 14:49:44 +0000
committerdevhell <devhell@mailfresser.de>2022-12-24 14:49:44 +0000
commit6ce32d8aef51869530057c446153859f342514ec (patch)
tree1f8ab86b20a19e4caaeef04488c104cd615b27d1
parent18876f8571b5eb03229db5540199b9ad595f2a25 (diff)
profiles/packages: remove redshift again
So, seems like the redshift service would only work if there was such a
thing as `graphical-session.target`, which doesn't exist. The mysterious
appearance of `gammastep.service` also won't work because of the same
reason. `gammastep.service` should probably be wanted by
`graphical.target`, which exists. I'm going to do this differently now
and execute gammastep directly in sway.
-rw-r--r--modules/user/devhell/profiles/services.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/user/devhell/profiles/services.nix b/modules/user/devhell/profiles/services.nix
index 735eec20..b2168b48 100644
--- a/modules/user/devhell/profiles/services.nix
+++ b/modules/user/devhell/profiles/services.nix
@@ -53,12 +53,6 @@ in {
 
     services.dbus.packages = [ pkgs.mako ];
 
-    services.redshift = {
-      enable = true;
-      package = pkgs.gammastep;
-      executable = "/bin/gammastep";
-    };
-
     services = {
       pcscd.enable = true;
       gpm.enable = true;