profiles/graphical.nix: enable libinput over synaptics
This commit is contained in:
parent
af51aa79d2
commit
1b68193167
@ -8,7 +8,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
displayManager.sddm.enable = true;
|
displayManager.sddm.enable = true;
|
||||||
desktopManager.plasma5.enable = true;
|
desktopManager.plasma5.enable = true;
|
||||||
synaptics.enable = true; # for touchpad support on many laptops
|
libinput.enable = true; # for touchpad support on many laptops
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.glxinfo ];
|
environment.systemPackages = [ pkgs.glxinfo ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user