7 lines
134 B
Nix
7 lines
134 B
Nix
|
{
|
||
|
imports = [
|
||
|
./dconf.nix # dconf settings, courtesy of the dconf module
|
||
|
./rnnoise.nix # rnnoise plugin for pipewire
|
||
|
];
|
||
|
}
|