aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-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 = {