nixos/modules/hardware/default.nix

8 lines
67 B
Nix

{
imports = [
./nvidia
./pipewire
./bluetooth
];
}