aboutsummaryrefslogtreecommitdiff
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
parent3794b82696abbb45a859f97719db1908b19e6ba0 (diff)
add gammastep config
-rw-r--r--configuration.nix1
-rw-r--r--home.nix10
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;
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";