From e8b5f8f9b3368dcc4814129d6f66c1af7cf3b6e5 Mon Sep 17 00:00:00 2001 From: Rafael Date: Tue, 20 Jun 2023 11:43:16 +0100 Subject: [PATCH] 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. --- modules/programs/waybar.nix | 2 +- modules/services/clipman.nix | 2 +- modules/services/copyq.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/programs/waybar.nix b/modules/programs/waybar.nix index 6d06db778..d82b673da 100644 --- a/modules/programs/waybar.nix +++ b/modules/programs/waybar.nix @@ -206,7 +206,7 @@ in { When setting this value to "sway-session.target", - make sure to also enable , + make sure to also enable , otherwise the service may never be started. ''; }; diff --git a/modules/services/clipman.nix b/modules/services/clipman.nix index aa2e9b3dc..6a177670e 100644 --- a/modules/services/clipman.nix +++ b/modules/services/clipman.nix @@ -18,7 +18,7 @@ in { When setting this value to "sway-session.target", - make sure to also enable , + make sure to also enable , otherwise the service may never be started. ''; }; diff --git a/modules/services/copyq.nix b/modules/services/copyq.nix index 04ecfce48..358185c0a 100644 --- a/modules/services/copyq.nix +++ b/modules/services/copyq.nix @@ -22,7 +22,7 @@ in { When setting this value to "sway-session.target", - make sure to also enable , + make sure to also enable , otherwise the service may never be started. ''; };