nix/modules/hardware/default.nix
2024-08-31 16:58:46 +02:00

7 lines
51 B
Nix

{
imports = [
./bluetooth
./sound
];
}