about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2023-06-01 20:36:22 +0100
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-06-01 19:40:02 +0000
commit99d37f54f002290eb32c5a06451d05572af8ee45 (patch)
tree83285ce3a2a16e82170b2376cec248872bdb605d
parent65278c37566f86ec89fdd3446fc6d9750da85b69 (diff)
nixos/sway: fix package option documentation
-rw-r--r--nixos/modules/programs/wayland/sway.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/wayland/sway.nix b/nixos/modules/programs/wayland/sway.nix
index c699c21bd10b3..698d9c2b46c46 100644
--- a/nixos/modules/programs/wayland/sway.nix
+++ b/nixos/modules/programs/wayland/sway.nix
@@ -49,7 +49,7 @@ in {
       description = lib.mdDoc ''
         Sway package to use. Will override the options
         'wrapperFeatures', 'extraSessionCommands', and 'extraOptions'.
-        Set to <code>null</code> to not add any Sway package to your
+        Set to `null` to not add any Sway package to your
         path. This should be done if you want to use the Home Manager Sway
         module to install Sway.
       '';