From 31bf80e45149c0188e9252358237112739835cac Mon Sep 17 00:00:00 2001 From: kiri Date: Sat, 29 Nov 2025 23:07:38 +0100 Subject: [PATCH] Update hyprsunset --- modules/home-manager/hyprsunset.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home-manager/hyprsunset.nix b/modules/home-manager/hyprsunset.nix index 664fd5d..2194570 100644 --- a/modules/home-manager/hyprsunset.nix +++ b/modules/home-manager/hyprsunset.nix @@ -12,9 +12,9 @@ identity = true; } { - time = "23:00"; + time = "00:00"; temperature = config.var.hyprsunset.temperature; - gamma = 0.8; + gamma = 1.0; } ]; };