Unverified Commit 858acb7b authored by Lily Foster's avatar Lily Foster
Browse files

nixos/qtile: fix manual build

parent e3652e07
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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`.
      '';
    };