diff options
author | Preston Pan <preston@nullring.xyz> | 2024-05-27 22:29:39 -0700 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-05-27 22:29:39 -0700 |
commit | 96cc9b982ee52d2784cab4f3dbada58e8105a20b (patch) | |
tree | cd1cb9e57c89b287374dfd16b8527ce445ad4330 | |
parent | 3794b82696abbb45a859f97719db1908b19e6ba0 (diff) |
add gammastep config
-rw-r--r-- | configuration.nix | 1 | ||||
-rw-r--r-- | home.nix | 10 |
2 files changed, 10 insertions, 1 deletions
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; @@ -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"; |