desktop: services.xserver.libinput -> services.libinput

This commit is contained in:
Aly Raffauf 2024-08-17 17:01:10 -04:00
parent 2193a32fdb
commit 1cba1f10fd

View file

@ -38,6 +38,8 @@
gnome.gnome-keyring.enable = true;
gvfs.enable = true; # Mount, trash, etc.
libinput.enable = true;
pipewire = {
enable = true;
@ -52,7 +54,6 @@
xserver = {
enable = true;
excludePackages = with pkgs; [xterm];
libinput.enable = true;
};
};
};