doc: surround `name?` with fancier characters

This commit is contained in:
Robert Helgesson 2019-09-01 21:28:40 +02:00
parent a28614e65d
commit a144c723a1
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
4 changed files with 5 additions and 5 deletions

View File

@ -23,8 +23,8 @@
<itemizedlist>
<listitem>
<para>
The <option>home.file.&lt;name?&gt;.source</option> now allows source
files to be hidden, that is, having a name starting with the
The <option>home.file.name?.source</option> now allows source files
to be hidden, that is, having a name starting with the
<literal>.</literal> character. It also allows the source file name to
contain characters not typically allowed for Nix store paths. For example,
your configuration can now contain things such as

View File

@ -25,7 +25,7 @@ with lib;
installed separately from the Home Manager activation script.
In NixOS, for example, this may be accomplished by installing
the packages through
<option>users.users.&lt;name?&gt;.packages</option>.
<option>users.users.name?.packages</option>.
'';
};
};

View File

@ -25,7 +25,7 @@ in
home-manager = {
useUserPackages = mkEnableOption ''
installation of user packages through the
<option>users.users.&lt;name?&gt;.packages</option> option.
<option>users.users.name?.packages</option> option.
'';
users = mkOption {

View File

@ -38,7 +38,7 @@ in
home-manager = {
useUserPackages = mkEnableOption ''
installation of user packages through the
<option>users.users.&lt;name?&gt;.packages</option> option.
<option>users.users.name?.packages</option> option.
'';
backupFileExtension = mkOption {