aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-05-27 22:31:33 -0700
committerPreston Pan <preston@nullring.xyz>2024-05-27 22:31:33 -0700
commitc5f87f4a6a6aabd0ae06b526cf89650422b21a37 (patch)
tree89edb9ebf4dec4ebdd4068380b3ea43b2400c920
parent96cc9b982ee52d2784cab4f3dbada58e8105a20b (diff)
fixed
-rw-r--r--home.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index b621168..5cf2cf9 100644
--- a/home.nix
+++ b/home.nix
@@ -84,7 +84,9 @@
temperature.day = 5000;
temperature.night = 3000;
settings = {
- adjustment-method = "wayland";
+ general = {
+ adjustment-method = "wayland";
+ };
};
};
services.mpd = {