nixos/modules/system/hardware/audio/default.nix

7 lines
No EOL
51 B
Nix

{ ... }:
{
imports = [
./pipewire.nix
];
}