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

7 lines
51 B
Nix
Raw Permalink Normal View History

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