Add nix-tree

This commit is contained in:
Dave Gallant
2022-12-16 15:11:05 -05:00
parent e78c023dec
commit ec14fa74f0
3 changed files with 9 additions and 2 deletions

View File

@@ -7,7 +7,14 @@
}: {
imports = [(modulesPath + "/installer/scan/not-detected.nix")];
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod"];
boot.initrd.availableKernelModules = [
"ahci"
"nvme"
"sd_mod"
"usb_storage"
"usbhid"
"xhci_pci"
];
boot.initrd.kernelModules = [];
boot.kernelModules = ["kvm-amd"];
boot.extraModulePackages = with config.boot.kernelPackages; [

View File

@@ -116,6 +116,7 @@ in {
alejandra
cachix
nix-diff
nix-tree
nixfmt
nixpkgs-fmt
nixpkgs-review

View File

@@ -43,7 +43,6 @@ in {
qemu
signal-desktop
slack
spotify
steam-tui
superTuxKart
usbutils