···660660661661#### Nuclear option {#sec-release-23.05-migration-pipewire-nuclear}
662662If all else fails, you can still manually copy the contents of the default configuration file
663663-from `${pkgs.pipewire.lib}/share/pipewire` to `/etc/pipewire` and edit it to fully override the default.
663663+from `${pkgs.pipewire}/share/pipewire` to `/etc/pipewire` and edit it to fully override the default.
664664However, this should be done only as a last resort. Please talk to the Pipewire maintainers if you ever need to do this.
+1-1
pkgs/by-name/al/alsa-utils/package.nix
···1717}:
18181919let
2020- plugin-packages = [ alsa-plugins ] ++ lib.optional withPipewireLib pipewire.lib;
2020+ plugin-packages = [ alsa-plugins ] ++ lib.optional withPipewireLib pipewire;
21212222 # Create a directory containing symlinks of all ALSA plugins.
2323 # This is necessary because ALSA_PLUGIN_DIR must reference only one directory.