Loading nixos/modules/services/x11/window-managers/qtile.nix +1 −2 Original line number Diff line number Diff line Loading @@ -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`. ''; }; Loading Loading
nixos/modules/services/x11/window-managers/qtile.nix +1 −2 Original line number Diff line number Diff line Loading @@ -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`. ''; }; Loading