Files
nixpkgs/lenovo/thinkpad/intel.nix
T

5 lines
91 B
Nix

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