nix-config/modules/hardware/default.nix
2025-11-25 16:53:48 +01:00

10 lines
139 B
Nix

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