From c5f87f4a6a6aabd0ae06b526cf89650422b21a37 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Mon, 27 May 2024 22:31:33 -0700 Subject: fixed --- home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = { -- cgit