mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
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:
parent
3dfb9d44b5
commit
588ab89b1d
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue