From ce458b02baa9657511564cbe6353fd502efb37ad Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Sun, 13 Oct 2024 20:16:50 +0200 Subject: [PATCH] wip(redshift): attempt to re-enable --- nix/home-manager/programs/redshift.nix | 11 +++++++++-- nix/os/devices/steveej-x13s/configuration.nix | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/nix/home-manager/programs/redshift.nix b/nix/home-manager/programs/redshift.nix index 0946b2e..6fb73d0 100644 --- a/nix/home-manager/programs/redshift.nix +++ b/nix/home-manager/programs/redshift.nix @@ -7,15 +7,22 @@ in { services.gammastep = { enable = true; + provider = "manual"; + enableVerboseLogging = true; inherit (passwords.location.stefan) longitude latitude; temperature = { - day = 6700; + # day = 6700; + day = 3000; night = 3000; }; tray = true; settings = { + general = { + adjustment-method = "wayland"; + }; gammastep = { - brightness-day = 1.0; + # brightness-day = 1.0; + brightness-day = 0.5; brightness-night = 0.5; }; }; diff --git a/nix/os/devices/steveej-x13s/configuration.nix b/nix/os/devices/steveej-x13s/configuration.nix index 2d2e6b0..6871f80 100644 --- a/nix/os/devices/steveej-x13s/configuration.nix +++ b/nix/os/devices/steveej-x13s/configuration.nix @@ -195,7 +195,7 @@ ]; # TODO: currently unsupported - services.gammastep.enable = lib.mkForce false; + services.gammastep.enable = true; }; boot = {