Merge #224143: nixos/qtile: fix manual build

(the build is OK on unstable/master but not on 22.11)
This commit is contained in:
Vladimír Čunát 2023-04-01 09:30:00 +02:00
commit 45c671173b
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

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