Setup xserver in common and touchpad in lappy.

This commit is contained in:
jay
2025-06-29 14:25:20 -04:00
parent 097bc0ef7e
commit 55021a6c6f
4 changed files with 17 additions and 65 deletions

View File

@@ -0,0 +1,4 @@
{ pkgs, ...}: {
# Enable touchpad support (enabled default in most desktopManager).
services.libinput.enable = true;
}