Enable libinput for touchpad middle click emulation
This commit is contained in:
parent
b0d9425f78
commit
30c88f50af
@ -142,6 +142,9 @@
|
||||
displayManager.gdm.enable = true;
|
||||
xkb.layout = "de";
|
||||
xkb.variant = "";
|
||||
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
libinput.enable = true;
|
||||
};
|
||||
|
||||
# Configure console keymap
|
||||
@ -180,9 +183,6 @@
|
||||
jack.enable = true;
|
||||
};
|
||||
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
# services.xserver.libinput.enable = true;
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.julian = {
|
||||
isNormalUser = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user