mirror of
https://github.com/davegallant/nix-config
synced 2025-08-08 05:52:28 +00:00
Add nix-tree
This commit is contained in:
@@ -7,7 +7,14 @@
|
|||||||
}: {
|
}: {
|
||||||
imports = [(modulesPath + "/installer/scan/not-detected.nix")];
|
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.initrd.kernelModules = [];
|
||||||
boot.kernelModules = ["kvm-amd"];
|
boot.kernelModules = ["kvm-amd"];
|
||||||
boot.extraModulePackages = with config.boot.kernelPackages; [
|
boot.extraModulePackages = with config.boot.kernelPackages; [
|
||||||
|
@@ -116,6 +116,7 @@ in {
|
|||||||
alejandra
|
alejandra
|
||||||
cachix
|
cachix
|
||||||
nix-diff
|
nix-diff
|
||||||
|
nix-tree
|
||||||
nixfmt
|
nixfmt
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
nixpkgs-review
|
nixpkgs-review
|
||||||
|
@@ -43,7 +43,6 @@ in {
|
|||||||
qemu
|
qemu
|
||||||
signal-desktop
|
signal-desktop
|
||||||
slack
|
slack
|
||||||
spotify
|
|
||||||
steam-tui
|
steam-tui
|
||||||
superTuxKart
|
superTuxKart
|
||||||
usbutils
|
usbutils
|
||||||
|
Reference in New Issue
Block a user