nixos/doc: fix typos

This commit is contained in:
Thiago Kenji Okada 2022-04-17 23:18:54 +01:00
parent 3855e83c49
commit d67d4ee6a1
2 changed files with 5 additions and 5 deletions

View file

@ -1812,9 +1812,9 @@
When setting
<link linkend="opt-i18n.inputMethod.enabled">i18n.inputMethod.enabled</link>
to <literal>fcitx5</literal>, 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
<literal>services.xserver.desktopManager.runXdgAutostartIfNone</literal>
or using the <literal>dex</literal> package to make

View file

@ -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`.