diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-26 23:39:33 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-26 23:39:33 +0530 |
| commit | b0d6c3079183602e5d010f958f370570d069a157 (patch) | |
| tree | 56b0a3fd602d916270d1e4473dbe12bcfae4b3cb /hardware-configuration.nix | |
| parent | 9aa0070e137ac3e2b90284ed82f1751a601e18e1 (diff) | |
home manager symlink + vlc + screen recorder (incomplete)
Diffstat (limited to 'hardware-configuration.nix')
| -rw-r--r-- | hardware-configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 9ac5330..11531cb 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -8,7 +8,7 @@ [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" ]; + boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usbhid" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; |
