···660661#### Nuclear option {#sec-release-23.05-migration-pipewire-nuclear}
662If all else fails, you can still manually copy the contents of the default configuration file
663-from `${pkgs.pipewire.lib}/share/pipewire` to `/etc/pipewire` and edit it to fully override the default.
664However, this should be done only as a last resort. Please talk to the Pipewire maintainers if you ever need to do this.
···660661#### Nuclear option {#sec-release-23.05-migration-pipewire-nuclear}
662If all else fails, you can still manually copy the contents of the default configuration file
663+from `${pkgs.pipewire}/share/pipewire` to `/etc/pipewire` and edit it to fully override the default.
664However, 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
···17}:
1819let
20- plugin-packages = [ alsa-plugins ] ++ lib.optional withPipewireLib pipewire.lib;
2122 # Create a directory containing symlinks of all ALSA plugins.
23 # This is necessary because ALSA_PLUGIN_DIR must reference only one directory.
···17}:
1819let
20+ plugin-packages = [ alsa-plugins ] ++ lib.optional withPipewireLib pipewire;
2122 # Create a directory containing symlinks of all ALSA plugins.
23 # This is necessary because ALSA_PLUGIN_DIR must reference only one directory.