From 52e1516ed54b44261b6c900bd18b6326ebb965dc Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 13 Oct 2024 15:20:39 -0400 Subject: [PATCH] pacifidlog: fixup hyprland input settings --- hosts/pacifidlog/home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"; + }; }; };