feat(x1): add nixos-hardware.nixosModules.lenovo-thinkpad-x1-11th-gen
This commit is contained in:
parent
cbff55b07b
commit
bccc0a57c3
3 changed files with 38 additions and 13 deletions
|
@ -5,11 +5,17 @@
|
|||
, lib
|
||||
, pkgs
|
||||
, modulesPath
|
||||
, inputs
|
||||
, ...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||
imports = [
|
||||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x1-11th-gen
|
||||
];
|
||||
|
||||
hardware.enableRedistributableFirmware = lib.mkDefault true;
|
||||
|
||||
boot = {
|
||||
initrd.availableKernelModules = [
|
||||
"thunderbolt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue