This commit is contained in:
2024-10-04 13:22:45 -04:00
parent a5d96bd1a2
commit 94c61311f2
5 changed files with 33 additions and 51 deletions

View File

@@ -6,10 +6,6 @@
...
}:
{
imports = [
#if this is removed, then niri doesn't start, TODO! look into wtf this does
(modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [
"xhci_pci"
"thunderbolt"
@@ -49,5 +45,7 @@
# networking.interfaces.wlp166s0.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.enableRedistributableFirmware = true;
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}