introduce IdeaPad to nix flake

This commit is contained in:
k3t
2026-06-15 07:52:21 -06:00
parent dedfaf4d1a
commit 2332e9f2a3
4 changed files with 60 additions and 3 deletions
+1 -1
View File
@@ -9,6 +9,6 @@
boot.loader.limine.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.extraModulePackages = [ ];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "sr_mod" "v4l2loopback" "i915" "amdgpu" ];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "sr_mod" "i915" "amdgpu" ];
boot.kernelModules = [ "v4l2loopback" ];
}