mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-22 17:01:11 +01:00
treewide: fix typos (#3618)
This commit is contained in:
parent
12d43fd40a
commit
c59f0eac51
12 changed files with 19 additions and 19 deletions
|
|
@ -97,7 +97,7 @@ in {
|
|||
description = ''
|
||||
Cursor configuration. Set to <literal>null</literal> to disable.
|
||||
</para><para>
|
||||
Top-level options declared under this submodule are backend indepedent
|
||||
Top-level options declared under this submodule are backend independent
|
||||
options. Options declared under namespaces such as <literal>x11</literal>
|
||||
are backend specific options. By default, only backend independent cursor
|
||||
configurations are generated. If you need configurations for specific
|
||||
|
|
|
|||
|
|
@ -375,7 +375,7 @@ in {
|
|||
# Aliases
|
||||
${aliasesStr}
|
||||
|
||||
# Interactive shell intialisation
|
||||
# Interactive shell initialisation
|
||||
${cfg.interactiveShellInit}
|
||||
|
||||
end
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ let
|
|||
attrsetToXml = attrs: name: stylesheet:
|
||||
pkgs.runCommand name {
|
||||
# Package splicing for libxslt does not work correctly leading to errors
|
||||
# when cross-compiling. Use the version from buildPackages explicitely to
|
||||
# when cross-compiling. Use the version from buildPackages explicitly to
|
||||
# fix this.
|
||||
nativeBuildInputs = [ pkgs.buildPackages.libxslt.bin ];
|
||||
xml = builtins.toXML attrs;
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@ let
|
|||
flatten (optionals (group.channels != { }) ([ "Group ${group.name}" ]
|
||||
++ (genChannelStrings group.name group.channels)));
|
||||
# Given set of groups, generates list of strings, where each string is one
|
||||
# of the groups and its consituent channels.
|
||||
# of the groups and its constituent channels.
|
||||
genGroupsStrings = mapAttrsToList (name: info:
|
||||
concatStringsSep "\n" (genGroupChannelString groups.${name})) groups;
|
||||
# Join all non-empty groups.
|
||||
|
|
|
|||
|
|
@ -186,7 +186,7 @@ let
|
|||
default = null;
|
||||
example = "https://jmap.example.com/.well-known/jmap";
|
||||
description = ''
|
||||
Sesion URL to connect to.
|
||||
Session URL to connect to.
|
||||
</para><para>
|
||||
Mutually exclusive with
|
||||
<xref linkend="opt-accounts.email.accounts._name_.mujmap.settings.fqdn"/>.
|
||||
|
|
|
|||
|
|
@ -130,8 +130,8 @@ in {
|
|||
description = ''
|
||||
Set margin of each edge specified in pixels. Specify single value to
|
||||
apply margin on all sides. Two comma-separated values will set
|
||||
vertical and horizontal edges separately. Four comma-seperated will
|
||||
give each edge a seperate value.
|
||||
vertical and horizontal edges separately. Four comma-separated will
|
||||
give each edge a separate value.
|
||||
For example: 10,20,5 will set top margin to 10, left and right to 20
|
||||
and bottom to five.
|
||||
'';
|
||||
|
|
@ -143,8 +143,8 @@ in {
|
|||
description = ''
|
||||
Set padding of each edge specified in pixels. Specify single value to
|
||||
apply margin on all sides. Two comma-separated values will set
|
||||
vertical and horizontal edges separately. Four comma-seperated will
|
||||
give each edge a seperate value.
|
||||
vertical and horizontal edges separately. Four comma-separated will
|
||||
give each edge a separate value.
|
||||
For example: 10,20,5 will set top margin to 10, left and right to 20
|
||||
and bottom to five.
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue