nixos/modules/hardware/default.nix

7 lines
67 B
Nix

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