diff --git a/nixos/hardware-configuration.work-laptop.nix b/nixos/hardware-configuration.work-laptop.nix index 9b98350..4f4417f 100644 --- a/nixos/hardware-configuration.work-laptop.nix +++ b/nixos/hardware-configuration.work-laptop.nix @@ -5,9 +5,7 @@ { imports = - [ - - + [ ]; boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" ];