[NixOS] Use libinput in uber-loaner

This commit is contained in:
Ivan Malison 2019-02-27 15:09:32 -08:00
parent fd50ebcac7
commit aec163410e
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

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