diff options
author | Preston Pan <preston@nullring.xyz> | 2024-05-27 22:31:33 -0700 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-05-27 22:31:33 -0700 |
commit | c5f87f4a6a6aabd0ae06b526cf89650422b21a37 (patch) | |
tree | 89edb9ebf4dec4ebdd4068380b3ea43b2400c920 | |
parent | 96cc9b982ee52d2784cab4f3dbada58e8105a20b (diff) |
fixed
-rw-r--r-- | home.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -84,7 +84,9 @@ temperature.day = 5000; temperature.night = 3000; settings = { - adjustment-method = "wayland"; + general = { + adjustment-method = "wayland"; + }; }; }; services.mpd = { |