1

Rename libinput option

This commit is contained in:
2024-05-03 09:27:57 +02:00
parent cb8b2f6bf2
commit 1f7e6a8643

View File

@ -180,10 +180,10 @@ with mylib.networking; {
# desktopManager.gnome.enable = true; # desktopManager.gnome.enable = true;
wacom.enable = true; wacom.enable = true;
};
# Enable touchpad support (enabled default in most desktopManager). # Enable touchpad support (enabled default in most desktopManager).
libinput.enable = true; services.libinput.enable = true;
};
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;