nix-config/modules/hardware/default.nix
2025-11-09 22:06:53 +01:00

9 lines
124 B
Nix

{...}: {
imports = [
./audio.nix
./bluetooth.nix
./gpu/nvidia.nix
./wifi.nix
./fingerprint.nix
];
}