modules/terminal: remove mention of TTF font requirement

As mentioned in #230, probably all font types will work with this option
despite the fact that the symlink needs to be called
`~/.termux/font.ttf`.
This commit is contained in:
Tobias Happ 2022-12-04 14:43:25 +01:00 committed by Alexander Sosedkin
parent 3dfb9d44b5
commit 588ab89b1d
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ in
example = lib.literalExpression
''"''${pkgs.terminus_font_ttf}/share/fonts/truetype/TerminusTTF.ttf"'';
description = ''
Font used for the terminal. Must be a path to a TTF font.
Font used for the terminal.
'';
};