nix-config/modules/hardware/default.nix
2025-02-25 15:56:58 +01:00

8 lines
110 B
Nix

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