nix/modules/hardware/default.nix
2024-08-31 16:04:57 +02:00

7 lines
53 B
Nix

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