mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
1ab9224ebe
commit
8f8e101527
27 changed files with 47 additions and 47 deletions
|
|
@ -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>.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue