diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml index e798996f4f4a..29a63a454aba 100644 --- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml +++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml @@ -1812,9 +1812,9 @@ When setting i18n.inputMethod.enabled to fcitx5, it no longer creates - coresponding systemd user services. It now relies on XDG + corresponding systemd user services. It now relies on XDG autostart files to start and work properly in your desktop - seesions. If your are using only a window manager without a + sessions. If you are using only a window manager without a desktop manager, you need to enable services.xserver.desktopManager.runXdgAutostartIfNone or using the dex package to make diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md index fa0c3867e97d..c4fff8627d0c 100644 --- a/nixos/doc/manual/release-notes/rl-2205.section.md +++ b/nixos/doc/manual/release-notes/rl-2205.section.md @@ -662,9 +662,9 @@ In addition to numerous new and upgraded packages, this release has the followin This replaces helpers like the `dex` package. - When setting [i18n.inputMethod.enabled](#opt-i18n.inputMethod.enabled) to `fcitx5`, - it no longer creates coresponding systemd user services. - It now relies on XDG autostart files to start and work properly in your desktop seesions. - If your are using only a window manager without a desktop manager, you need to enable + it no longer creates corresponding systemd user services. + It now relies on XDG autostart files to start and work properly in your desktop sessions. + If you are using only a window manager without a desktop manager, you need to enable `services.xserver.desktopManager.runXdgAutostartIfNone` or using the `dex` package to make `fcitx5` work. - A new module was added for the Envoy reverse proxy, providing the options `services.envoy.enable` and `services.envoy.settings`.