xdg/portals/lxqt: Fix documentation string indent

I just spotted this while browsing the code, but double checked and it
looks badly indented in the manpages and on the web too.

Changed files
+4 -4
nixos
modules
config
xdg
portals
+4 -4
nixos/modules/config/xdg/portals/lxqt.nix
···
default = [ ];
example = lib.literalExpression ''
[
-
pkgs.libsForQt5.qtstyleplugin-kvantum
-
pkgs.breeze-qt5
-
pkgs.qtcurve
-
];
'';
description = ''
Extra Qt styles that will be available to the
···
default = [ ];
example = lib.literalExpression ''
[
+
pkgs.libsForQt5.qtstyleplugin-kvantum
+
pkgs.breeze-qt5
+
pkgs.qtcurve
+
];
'';
description = ''
Extra Qt styles that will be available to the