diff --git a/docs/nix-flakes.adoc b/docs/nix-flakes.adoc
index d426e337..2e00c9e6 100644
--- a/docs/nix-flakes.adoc
+++ b/docs/nix-flakes.adoc
@@ -6,7 +6,7 @@
Home Manager includes a `flake.nix` file for compatibility with {nixos-wiki-flakes}[Nix Flakes].
The support is still experimental and may change in backwards incompatible ways.
-[[sec-flakes-prerequisties]]
+[[sec-flakes-prerequisites]]
=== Prerequisites
* Install Nix 2.4 or later, or have it in `nix-shell`.
diff --git a/modules/config/home-cursor.nix b/modules/config/home-cursor.nix
index a2467736..18bc04c1 100644
--- a/modules/config/home-cursor.nix
+++ b/modules/config/home-cursor.nix
@@ -97,7 +97,7 @@ in {
description = ''
Cursor configuration. Set to null to disable.
- 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 x11
are backend specific options. By default, only backend independent cursor
configurations are generated. If you need configurations for specific
diff --git a/modules/programs/fish.nix b/modules/programs/fish.nix
index fe6c4a92..39dc246c 100644
--- a/modules/programs/fish.nix
+++ b/modules/programs/fish.nix
@@ -375,7 +375,7 @@ in {
# Aliases
${aliasesStr}
- # Interactive shell intialisation
+ # Interactive shell initialisation
${cfg.interactiveShellInit}
end
diff --git a/modules/programs/kodi.nix b/modules/programs/kodi.nix
index 0441eebc..bae862ae 100644
--- a/modules/programs/kodi.nix
+++ b/modules/programs/kodi.nix
@@ -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;
diff --git a/modules/programs/mbsync.nix b/modules/programs/mbsync.nix
index 373828a0..d43f6455 100644
--- a/modules/programs/mbsync.nix
+++ b/modules/programs/mbsync.nix
@@ -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.
diff --git a/modules/programs/mujmap.nix b/modules/programs/mujmap.nix
index 9d290fef..291b9656 100644
--- a/modules/programs/mujmap.nix
+++ b/modules/programs/mujmap.nix
@@ -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.
Mutually exclusive with
.
diff --git a/modules/services/mako.nix b/modules/services/mako.nix
index fc9e2161..fb711ca4 100644
--- a/modules/services/mako.nix
+++ b/modules/services/mako.nix
@@ -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.
'';
diff --git a/tests/modules/misc/debug/default.nix b/tests/modules/misc/debug/default.nix
index 19ff4e2b..7eb28666 100644
--- a/tests/modules/misc/debug/default.nix
+++ b/tests/modules/misc/debug/default.nix
@@ -15,7 +15,7 @@
assertFileRegex home-path/etc/profile.d/hm-session-vars.sh \
'NIX_DEBUG_INFO_DIRS=.*/lib/debug'
- # We need to override NIX_DEBUG_INFO_DIRS here as $HOME evalutes to the home
+ # We need to override NIX_DEBUG_INFO_DIRS here as $HOME evaluates to the home
# of the user who executes this testcase :/
{ echo quit | PATH="$TESTED/home-path/bin''${PATH:+:}$PATH" NIX_DEBUG_INFO_DIRS=$TESTED/home-path/lib/debug \
gdb curl 2>&1 | \
diff --git a/tests/modules/programs/aerc/extraAccounts.expected b/tests/modules/programs/aerc/extraAccounts.expected
index 15749c03..9377384f 100644
--- a/tests/modules/programs/aerc/extraAccounts.expected
+++ b/tests/modules/programs/aerc/extraAccounts.expected
@@ -59,15 +59,15 @@ source = maildir:///home/hm-user/Maildir/i_maildir-mbsync
from = Foo Bar
source = maildir:///home/hm-user/Maildir/j_maildir-offlineimap
-[l_smpt-auth-none]
+[l_smtp-auth-none]
from = Foo Bar
outgoing = smtps+none://foobar@smtp.host.invalid:42
-[m_smpt-auth-plain]
+[m_smtp-auth-plain]
from = Foo Bar
outgoing = smtps+plain://foobar@smtp.host.invalid:42
-[n_smpt-auth-login]
+[n_smtp-auth-login]
from = Foo Bar
outgoing = smtps+login://foobar@smtp.host.invalid:42
diff --git a/tests/modules/programs/aerc/settings.nix b/tests/modules/programs/aerc/settings.nix
index 2fded9cc..1f3c25a9 100644
--- a/tests/modules/programs/aerc/settings.nix
+++ b/tests/modules/programs/aerc/settings.nix
@@ -193,7 +193,7 @@ with lib;
i_maildir-mbsync = basics // { mbsync.enable = true; };
j_maildir-offlineimap = basics // { offlineimap.enable = true; };
k_notEnabled = basics // { aerc.enable = false; };
- l_smpt-auth-none = basics // {
+ l_smtp-auth-none = basics // {
smtp = {
host = "smtp.host.invalid";
port = 42;
@@ -203,7 +203,7 @@ with lib;
smtpAuth = "none";
};
};
- m_smpt-auth-plain = basics // {
+ m_smtp-auth-plain = basics // {
smtp = {
host = "smtp.host.invalid";
port = 42;
@@ -213,7 +213,7 @@ with lib;
smtpAuth = "plain";
};
};
- n_smpt-auth-login = basics // {
+ n_smtp-auth-login = basics // {
smtp = {
host = "smtp.host.invalid";
port = 42;
diff --git a/tests/modules/programs/mbsync/mbsync-master-slave-change.nix b/tests/modules/programs/mbsync/mbsync-master-slave-change.nix
index 2e877320..c6861374 100644
--- a/tests/modules/programs/mbsync/mbsync-master-slave-change.nix
+++ b/tests/modules/programs/mbsync/mbsync-master-slave-change.nix
@@ -16,7 +16,7 @@ with lib;
# programs.mbsync.groups and
# accounts.email.accounts..mbsync.groups should NOT be used at the
# same time.
- # If they are, then the new version will take precendence.
+ # If they are, then the new version will take precedence.
groups.inboxes = {
"hm@example.com" = [ "Inbox1" "Inbox2" ];
hm-account = [ "Inbox" ];
diff --git a/tests/modules/programs/mbsync/mbsync.nix b/tests/modules/programs/mbsync/mbsync.nix
index 862e1c0e..ffc1635e 100644
--- a/tests/modules/programs/mbsync/mbsync.nix
+++ b/tests/modules/programs/mbsync/mbsync.nix
@@ -11,7 +11,7 @@ with lib;
# programs.mbsync.groups and
# accounts.email.accounts..mbsync.groups should NOT be used at the
# same time.
- # If they are, then the new version will take precendence.
+ # If they are, then the new version will take precedence.
groups.inboxes = {
"hm@example.com" = [ "Inbox1" "Inbox2" ];
hm-account = [ "Inbox" ];