mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 09:23:55 -05:00
pacifidlog: fixup hyprland input settings
This commit is contained in:
parent
40d9066bd5
commit
52e1516ed5
|
@ -4,7 +4,9 @@
|
||||||
{
|
{
|
||||||
wayland.windowManager = {
|
wayland.windowManager = {
|
||||||
hyprland.settings = {
|
hyprland.settings = {
|
||||||
input.touchdevice.output = "eDP-1";
|
input = {
|
||||||
|
touchdevice.output = "eDP-1";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue