add hyprland config

This commit is contained in:
2025-08-16 20:28:47 +02:00
parent 19fd771e13
commit 2360d681f1
10 changed files with 850 additions and 16 deletions

View File

@@ -9,7 +9,7 @@
(modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" ];
boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" "virtio-scsi"];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.kernelParams = [ "modprobe.blacklist=dvb_usb_rtl28xxu" ];
@@ -45,4 +45,5 @@
hardware.bluetooth.enable = true;
hardware.ledger.enable = true;
hardware.rtl-sdr.enable = true;
hardware.enableAllHardware = true;
}