aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-05-27 22:29:39 -0700
committerPreston Pan <preston@nullring.xyz>2024-05-27 22:29:39 -0700
commit96cc9b982ee52d2784cab4f3dbada58e8105a20b (patch)
treecd1cb9e57c89b287374dfd16b8527ce445ad4330 /home.nix
parent3794b82696abbb45a859f97719db1908b19e6ba0 (diff)
add gammastep config
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix10
1 files changed, 9 insertions, 1 deletions
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";