[NixOS] Use libinput in uber-loaner

This commit is contained in:
2019-02-27 15:09:32 -08:00
parent fd50ebcac7
commit aec163410e

View File

@@ -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" = {