This commit is contained in:
k3t
2026-06-27 21:32:41 -06:00
parent 480b4d11bd
commit 0eb6a6cd21
+1 -1
View File
@@ -3,6 +3,6 @@
{
services = {
libinput.enable = true;
xserver.modules = [ pkgs.xf86-input-libinput ]
xserver.modules = [ pkgs.xf86-input-libinput ];
};
}