diff --git a/hosts/pacifidlog/home.nix b/hosts/pacifidlog/home.nix index aca404f1..04b9baef 100644 --- a/hosts/pacifidlog/home.nix +++ b/hosts/pacifidlog/home.nix @@ -4,7 +4,9 @@ { wayland.windowManager = { hyprland.settings = { - input.touchdevice.output = "eDP-1"; + input = { + touchdevice.output = "eDP-1"; + }; }; };