7 lines
70 B
Nix
7 lines
70 B
Nix
{ lib, config, pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./pipewire.nix
|
|
];
|
|
}
|