diff --git a/home/linux/gui/base/media.nix b/home/linux/gui/base/media.nix index a68d8f15..3f7037e1 100644 --- a/home/linux/gui/base/media.nix +++ b/home/linux/gui/base/media.nix @@ -29,5 +29,9 @@ services = { playerctld.enable = true; + # PipeWire audio effects daemon, used for loudness normalization (e.g. bilibili + # videos with inconsistent volume). Configure plugins (autogain + limiter) once + # in the GUI; the daemon then auto-applies the preset at login. + easyeffects.enable = true; }; }