doc/rl-2411: Document srcOnly changes

This commit is contained in:
Gavin John 2024-09-28 15:43:20 -07:00
parent 28ee6e7979
commit 2402f64fe9
No known key found for this signature in database
GPG Key ID: 792E158CDD33C3EE

View File

@ -38,6 +38,8 @@
Users can use it by `services.displayManager.ly.enable` and config it by
`services.displayManager.ly.settings` to generate `/etc/ly/config.ini`
- `srcOnly` was rewritten to be more readable, have additional warnings in the event that something is probably wrong, use the `stdenv` provided by the derivation, and Noogle-compatible documentation was added.
- The default sound server for most graphical sessions has been switched from PulseAudio to PipeWire.
Users that want to keep PulseAudio will want to set `services.pipewire.enable = false;` and `hardware.pulseaudio.enable = true;`.
There is currently no plan to fully deprecate and remove PulseAudio, however, PipeWire should generally be preferred for new installs.