[NixOS] Use libinput in uber-loaner
This commit is contained in:
parent
fd50ebcac7
commit
aec163410e
@ -14,6 +14,9 @@
|
||||
boot.loader.grub.efiSupport = true;
|
||||
boot.loader.grub.device = "nodev";
|
||||
boot.loader.grub.enable = true;
|
||||
services.xserver = {
|
||||
libinput.enable = true;
|
||||
};
|
||||
hardware.facetimehd.enable = true;
|
||||
|
||||
fileSystems."/boot" = {
|
||||
|
Loading…
Reference in New Issue
Block a user