mirror of
https://github.com/nix-community/home-manager
synced 2024-12-23 18:29:47 +01:00
i3/sway: fix typo in fonts option (#1152)
This commit is contained in:
parent
687395ebda
commit
3e3de8cee2
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue