1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-28 17:17:22 +02:00
nixos-hardware/lenovo/thinkpad/intel.nix
2017-12-24 00:46:26 +00:00

4 lines
91 B
Nix

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