nixos/*: normalize <package> to <literal>

this renders the same in the manpage and a little more clearly in the
html manual. in the manpage there continues to be no distinction from
regular text, the html manual gets code-type markup (which was probably
the intention for most of these uses anyway).
This commit is contained in:
pennae 2022-08-13 05:15:06 +02:00 committed by pennae
commit 8f8e101527
27 changed files with 47 additions and 47 deletions

View file

@ -15,7 +15,7 @@ in
enable = mkEnableOption ''
the desktop portal for the LXQt desktop environment.
This will add the <package>lxqt.xdg-desktop-portal-lxqt</package>
This will add the <literal>lxqt.xdg-desktop-portal-lxqt</literal>
package (with the extra Qt styles) into the
<option>xdg.portal.extraPortals</option> option
'';
@ -31,7 +31,7 @@ in
'';
description = ''
Extra Qt styles that will be available to the
<package>lxqt.xdg-desktop-portal-lxqt</package>.
<literal>lxqt.xdg-desktop-portal-lxqt</literal>.
'';
};
};