From ec14fa74f0fd03655d4b34d6929e746278447d4a Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Fri, 16 Dec 2022 15:11:05 -0500 Subject: [PATCH] Add nix-tree --- machines/hephaestus/hardware.nix | 9 ++++++++- packages/common.nix | 1 + packages/linux-desktop.nix | 1 - 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/machines/hephaestus/hardware.nix b/machines/hephaestus/hardware.nix index 3c6ec1c..87249c1 100644 --- a/machines/hephaestus/hardware.nix +++ b/machines/hephaestus/hardware.nix @@ -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; [ diff --git a/packages/common.nix b/packages/common.nix index 4e2e604..b71f890 100644 --- a/packages/common.nix +++ b/packages/common.nix @@ -116,6 +116,7 @@ in { alejandra cachix nix-diff + nix-tree nixfmt nixpkgs-fmt nixpkgs-review diff --git a/packages/linux-desktop.nix b/packages/linux-desktop.nix index bf4b13e..67ad50f 100644 --- a/packages/linux-desktop.nix +++ b/packages/linux-desktop.nix @@ -43,7 +43,6 @@ in { qemu signal-desktop slack - spotify steam-tui superTuxKart usbutils