alpha
Login
or
Join now
yemou.pink
/
nix-configs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Nix configurations for my homelab
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Update pipewire config for 1.6.3+
author
yemou
date
2 months ago
(Apr 23, 2026, 5:16 PM -0400)
commit
94a63150
94a63150ecfec2946e7082363bba6a7594b8ba4e
parent
254d71dc
254d71dc672c360f2528868169a4853a856b95f3
+2
-1
1 changed file
Expand all
Collapse all
Unified
Split
modules
audio.nix
+2
-1
modules/audio.nix
Reviewed
···
14
14
};
15
15
jack.enable = true;
16
16
pulse.enable = true;
17
17
+
extraLadspaPackages = with pkgs; [ rnnoise-plugin ];
17
18
extraConfig.pipewire."99-RNNoise.conf" = {
18
19
"context.modules" = [
19
20
{
···
26
27
{
27
28
"type" = "ladspa";
28
29
"name" = "rnnoise";
29
29
-
"plugin" = "${pkgs.rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so";
30
30
+
"plugin" = "librnnoise_ladspa";
30
31
"label" = "noise_suppressor_mono";
31
32
"control" = {
32
33
"VAD Threshold (%)" = 50.0;