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
|
|
@ -19,7 +19,7 @@
|
|||
### New Options
|
||||
|
||||
* Terminal font now should be specified using `terminal.font` option,
|
||||
set it to a TTF file to apply a font.
|
||||
set it to any file containing a font to apply it.
|
||||
An in-app `Styling` option will no longer work.
|
||||
Previously present file will be backed up to `~/.termux/font.ttf.bak`.
|
||||
* Add option `environment.motd` to edit the startup message that is printed in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue