From b5cb9e187d175a45d9b7cd7a31a171d1eff30f71 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 8 Jan 2022 22:21:53 +0100 Subject: [PATCH] Set executable to gammastep in redshift service --- modules/gui.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gui.nix b/modules/gui.nix index f125cfc..ac2438a 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -61,6 +61,7 @@ services.redshift = { package = pkgs.gammastep; enable = true; + executable = "/bin/gammastep"; temperature = { day = 6500; night = 5300;