1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-05 02:29:40 +01:00
nixos-hardware/lenovo/thinkpad/general-intel.nix
2017-12-22 02:56:28 +00:00

4 lines
101 B
Nix

{
boot.kernelModules = mkDefault [ "kvm-intel" ];
services.xserver.videoDrivers = [ "intel" ];
}