aboutsummaryrefslogtreecommitdiff
path: root/modules/services
diff options
context:
space:
mode:
authorBruno Bigras <bigras.bruno@gmail.com>2020-04-21 02:18:38 -0400
committerGitHub <noreply@github.com>2020-04-21 08:18:38 +0200
commit3e3de8cee20fb00253927d017e4714f1e5be781e (patch)
tree6d1ba42cafabc31a976b3a9958b0a52f2b0a5bc1 /modules/services
parent687395ebda1a0c8062dd92daa17758d110ba67c6 (diff)
i3/sway: fix typo in fonts option (#1152)
Diffstat (limited to 'modules/services')
-rw-r--r--modules/services/window-managers/i3-sway/lib/options.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/window-managers/i3-sway/lib/options.nix b/modules/services/window-managers/i3-sway/lib/options.nix
index 027a409abb2..690bbbcc235 100644
--- a/modules/services/window-managers/i3-sway/lib/options.nix
+++ b/modules/services/window-managers/i3-sway/lib/options.nix
@@ -8,7 +8,7 @@ let
default = [ "monospace 8" ];
description = ''
Font list used for window titles. Only FreeType fonts are supported.
- The order here is improtant (e.g. icons font should go before the one used for text).
+ The order here is important (e.g. icons font should go before the one used for text).
'';
example = [ "FontAwesome 10" "Terminus 10" ];
};