mirror of
https://github.com/0x1d/nix.git
synced 2025-12-15 14:18:23 +01:00
add hyprland config
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user