pacifidlog: fixup hyprland input settings

This commit is contained in:
Aly Raffauf 2024-10-13 15:20:39 -04:00
parent 40d9066bd5
commit 52e1516ed5

View file

@ -4,7 +4,9 @@
{ {
wayland.windowManager = { wayland.windowManager = {
hyprland.settings = { hyprland.settings = {
input.touchdevice.output = "eDP-1"; input = {
touchdevice.output = "eDP-1";
};
}; };
}; };