doc: surround name?
with fancier characters
This commit is contained in:
parent
a28614e65d
commit
a144c723a1
|
@ -23,8 +23,8 @@
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The <option>home.file.<name?>.source</option> now allows source
|
The <option>home.file.‹name?›.source</option> now allows source files
|
||||||
files to be hidden, that is, having a name starting with the
|
to be hidden, that is, having a name starting with the
|
||||||
<literal>.</literal> character. It also allows the source file name to
|
<literal>.</literal> character. It also allows the source file name to
|
||||||
contain characters not typically allowed for Nix store paths. For example,
|
contain characters not typically allowed for Nix store paths. For example,
|
||||||
your configuration can now contain things such as
|
your configuration can now contain things such as
|
||||||
|
|
|
@ -25,7 +25,7 @@ with lib;
|
||||||
installed separately from the Home Manager activation script.
|
installed separately from the Home Manager activation script.
|
||||||
In NixOS, for example, this may be accomplished by installing
|
In NixOS, for example, this may be accomplished by installing
|
||||||
the packages through
|
the packages through
|
||||||
<option>users.users.<name?>.packages</option>.
|
<option>users.users.‹name?›.packages</option>.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -25,7 +25,7 @@ in
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useUserPackages = mkEnableOption ''
|
useUserPackages = mkEnableOption ''
|
||||||
installation of user packages through the
|
installation of user packages through the
|
||||||
<option>users.users.<name?>.packages</option> option.
|
<option>users.users.‹name?›.packages</option> option.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
users = mkOption {
|
users = mkOption {
|
||||||
|
|
|
@ -38,7 +38,7 @@ in
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useUserPackages = mkEnableOption ''
|
useUserPackages = mkEnableOption ''
|
||||||
installation of user packages through the
|
installation of user packages through the
|
||||||
<option>users.users.<name?>.packages</option> option.
|
<option>users.users.‹name?›.packages</option> option.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
backupFileExtension = mkOption {
|
backupFileExtension = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue