From 96cc9b982ee52d2784cab4f3dbada58e8105a20b Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Mon, 27 May 2024 22:29:39 -0700 Subject: add gammastep config --- configuration.nix | 1 + home.nix | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 31ead1f..83ac157 100644 --- a/configuration.nix +++ b/configuration.nix @@ -85,6 +85,7 @@ curl git groff + nixd ]; programs.light.enable = true; diff --git a/home.nix b/home.nix index 96d7ebb..b621168 100644 --- a/home.nix +++ b/home.nix @@ -26,7 +26,6 @@ bear gnumake clang-tools - gammastep pinentry texliveFull helvum @@ -79,6 +78,15 @@ ''; }; + services.gammastep = { + enable = true; + provider = "geoclue2"; + temperature.day = 5000; + temperature.night = 3000; + settings = { + adjustment-method = "wayland"; + }; + }; services.mpd = { enable = true; dbFile = "/home/preston/.config/mpd/db"; -- cgit