From 414f17a5a04b75c6314809d9d2a2e2b8f7ab5b2f Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Mon, 30 Jun 2025 18:42:00 +0200 Subject: [PATCH] Fix xinput package reference in input module --- modules/desktop/input.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/desktop/input.nix b/modules/desktop/input.nix index 3f7d8ee..9d2b0ac 100644 --- a/modules/desktop/input.nix +++ b/modules/desktop/input.nix @@ -42,7 +42,7 @@ # Input device utilities libinput-gestures # For custom touchpad gestures evtest # For testing input devices - xinput # X11 input device utility (still useful in Wayland) + xorg.xinput # X11 input device utility (still useful in Wayland) ]; # Enable support for additional input methods if needed