nixos/hardware/default.nix

10 lines
72 B
Nix

{ ... }:
{
imports = [
./bluetooth
./dvd
./nvidia
];
}