i3/sway: fix typo in fonts option (#1152)
This commit is contained in:
parent
687395ebda
commit
3e3de8cee2
|
@ -8,7 +8,7 @@ let
|
||||||
default = [ "monospace 8" ];
|
default = [ "monospace 8" ];
|
||||||
description = ''
|
description = ''
|
||||||
Font list used for window titles. Only FreeType fonts are supported.
|
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" ];
|
example = [ "FontAwesome 10" "Terminus 10" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue