diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ae6e93..1ecd1c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/modules/terminal.nix b/modules/terminal.nix index 3c65304..21d1592 100644 --- a/modules/terminal.nix +++ b/modules/terminal.nix @@ -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. ''; };