Rename libinput option
This commit is contained in:
@ -180,11 +180,11 @@ 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).
|
|
||||||
libinput.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Enable touchpad support (enabled default in most desktopManager).
|
||||||
|
services.libinput.enable = true;
|
||||||
|
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# enableNvidiaPatches = false; # NOTE: Enabled only in nixinator config
|
# enableNvidiaPatches = false; # NOTE: Enabled only in nixinator config
|
||||||
|
Reference in New Issue
Block a user