mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
thinkpad: drop intel.nix, explicit services.xserver.videoDrivers
Kernel modules are already generated with nixos-generate-config.
This commit is contained in:
@@ -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" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user