summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers
diff options
context:
space:
mode:
authorLily Foster <lily@lily.flowers>2023-03-31 19:21:31 -0400
committerLily Foster <lily@lily.flowers>2023-03-31 19:21:31 -0400
commit858acb7bfce270d5e9d1046819d4f07fda843603 (patch)
treebc11d0e47e719435f5e6ac62032fc60c32209736 /nixos/modules/services/x11/window-managers
parente3652e0735fbec227f342712f180f4f21f0594f2 (diff)
downloadnixpkgs-858acb7bfce270d5e9d1046819d4f07fda843603.tar
nixpkgs-858acb7bfce270d5e9d1046819d4f07fda843603.tar.gz
nixpkgs-858acb7bfce270d5e9d1046819d4f07fda843603.tar.bz2
nixpkgs-858acb7bfce270d5e9d1046819d4f07fda843603.tar.lz
nixpkgs-858acb7bfce270d5e9d1046819d4f07fda843603.tar.xz
nixpkgs-858acb7bfce270d5e9d1046819d4f07fda843603.tar.zst
nixpkgs-858acb7bfce270d5e9d1046819d4f07fda843603.zip
nixos/qtile: fix manual build
Diffstat (limited to 'nixos/modules/services/x11/window-managers')
-rw-r--r--nixos/modules/services/x11/window-managers/qtile.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/services/x11/window-managers/qtile.nix b/nixos/modules/services/x11/window-managers/qtile.nix
index cc24522970f..b07fd8a9042 100644
--- a/nixos/modules/services/x11/window-managers/qtile.nix
+++ b/nixos/modules/services/x11/window-managers/qtile.nix
@@ -27,8 +27,7 @@ in
       type = types.enum [ "x11" "wayland" ];
       default = "x11";
       description = lib.mdDoc ''
-          Backend to use in qtile:
-          <option>x11</option> or <option>wayland</option>.
+          Backend to use in qtile: `x11` or `wayland`.
       '';
     };