1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-28 01:18:32 +02: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:
Rafael 2023-06-20 11:43:16 +01:00 committed by GitHub
parent f06a43dca0
commit e8b5f8f9b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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.
'';
};

View File

@ -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.
'';
};

View File

@ -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.
'';
};