mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 10:33:55 -05:00
hwModules: drop yoga 9i
This commit is contained in:
parent
a2ff419148
commit
39cb2b0ead
|
@ -165,7 +165,6 @@
|
||||||
hw-framework-13-amd-7000 = import ./hwModules/framework/13/amd-7000;
|
hw-framework-13-amd-7000 = import ./hwModules/framework/13/amd-7000;
|
||||||
hw-framework-13-intel-11th = import ./hwModules/framework/13/intel-11th;
|
hw-framework-13-intel-11th = import ./hwModules/framework/13/intel-11th;
|
||||||
hw-lenovo-legion-go = import ./hwModules/lenovo/legion/go;
|
hw-lenovo-legion-go = import ./hwModules/lenovo/legion/go;
|
||||||
hw-lenovo-yoga-9i-intel-13th = import ./hwModules/lenovo/yoga-9i/intel-13th;
|
|
||||||
hw-thinkpad-t440p = import ./hwModules/thinkpad/t440p;
|
hw-thinkpad-t440p = import ./hwModules/thinkpad/t440p;
|
||||||
|
|
||||||
nixos = import ./nixosModules self;
|
nixos = import ./nixosModules self;
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
{...}: {
|
|
||||||
hardware.sensor.iio.enable = true;
|
|
||||||
}
|
|
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
self,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
imports = [
|
|
||||||
../common.nix
|
|
||||||
self.nixosModules.hw-common-bluetooth
|
|
||||||
self.nixosModules.hw-common-intel-cpu
|
|
||||||
self.nixosModules.hw-common-intel-gpu
|
|
||||||
self.nixosModules.hw-common-laptop
|
|
||||||
self.nixosModules.hw-common-laptop-intel-cpu
|
|
||||||
self.nixosModules.hw-common-ssd
|
|
||||||
];
|
|
||||||
|
|
||||||
boot = {
|
|
||||||
initrd.availableKernelModules = ["nvme" "sd_mod" "thunderbolt" "usb_storage" "xhci_pci"];
|
|
||||||
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
|
||||||
};
|
|
||||||
|
|
||||||
hardware.enableAllFirmware = true;
|
|
||||||
}
|
|
Loading…
Reference in a new issue