thinkpad: drop intel.nix, explicit services.xserver.videoDrivers

Kernel modules are already generated with nixos-generate-config.
This commit is contained in:
Yegor Timoshenko
2017-12-22 17:49:09 +00:00
parent 1bb5593772
commit 0c17d72838
4 changed files with 5 additions and 9 deletions

View File

@@ -3,7 +3,6 @@
{
imports = [
../lib/kernel-version.nix
./general-intel.nix
];
# Use the gummiboot efi boot loader. (From default generated configuration.nix)
@@ -26,4 +25,6 @@
# Aspect Ratio: 16 × 9 (1.78:1)
# Pixel Count: 3,686,400
# Megapixels: 3.69MP
services.xserver.videoDrivers = [ "intel" ];
}