From 675c4535991efe103e30afa02faa2f0cef41bf2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 11 Jul 2025 11:31:00 +0200 Subject: [PATCH] gammastep --- configs/i3.nix | 8 ++++++++ configs/spacetime.nix | 1 + 2 files changed, 9 insertions(+) diff --git a/configs/i3.nix b/configs/i3.nix index 3c213f8..c04e40b 100644 --- a/configs/i3.nix +++ b/configs/i3.nix @@ -309,6 +309,14 @@ in { }; }; + services.gammastep = { + enable = true; + provider = "geoclue2"; + tray = true; + temperature.night = 1500; + temperature.day = 6500; + }; + xsession.windowManager.i3 = { enable = true; extraConfig = '' diff --git a/configs/spacetime.nix b/configs/spacetime.nix index 37c8daf..4d6c3ad 100644 --- a/configs/spacetime.nix +++ b/configs/spacetime.nix @@ -3,5 +3,6 @@ location = { latitude = 52.517; longitude = 13.3872; + provider = "geoclue2"; }; }