mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
Update documentation to mention renamed option name. (#4126)
PR #3747 renamed the option wayland.windowManager.sway.systemdIntegration to wayland.windowManager.sway.systemd.enable. This commit simply updates documentation to reference the new format.
This commit is contained in:
parent
f06a43dca0
commit
e8b5f8f9b3
3 changed files with 3 additions and 3 deletions
|
@ -206,7 +206,7 @@ in {
|
|||
</para>
|
||||
<para>
|
||||
When setting this value to <literal>"sway-session.target"</literal>,
|
||||
make sure to also enable <option>wayland.windowManager.sway.systemdIntegration</option>,
|
||||
make sure to also enable <option>wayland.windowManager.sway.systemd.enable</option>,
|
||||
otherwise the service may never be started.
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -18,7 +18,7 @@ in {
|
|||
</para>
|
||||
<para>
|
||||
When setting this value to <literal>"sway-session.target"</literal>,
|
||||
make sure to also enable <option>wayland.windowManager.sway.systemdIntegration</option>,
|
||||
make sure to also enable <option>wayland.windowManager.sway.systemd.enable</option>,
|
||||
otherwise the service may never be started.
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -22,7 +22,7 @@ in {
|
|||
</para>
|
||||
<para>
|
||||
When setting this value to <literal>"sway-session.target"</literal>,
|
||||
make sure to also enable <option>wayland.windowManager.sway.systemdIntegration</option>,
|
||||
make sure to also enable <option>wayland.windowManager.sway.systemd.enable</option>,
|
||||
otherwise the service may never be started.
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue