nix-community / nix-on-droid

Nix-enabled environment for your Android device. [maintainers=@t184256,@Gerschtli]
https://nix-on-droid.unboiled.info
MIT License
1.16k stars 65 forks source link

docs: terminal.font is allowed to be an OTF file too #230

Closed ajgrf closed 1 year ago

ajgrf commented 1 year ago

The docs for terminal.font currently say that it “must be a path to a TTF font,” however OTF files work fine as well (the link name must be font.ttf regardless). TTC files also appear to work, but because TTC files are basically a bunch of TTFs wrapped up into a single file, there’s no way to control which typeface gets used.

So almost every font package in nixpkgs can be used by nix-on-droid. I think it would be good to reflect this in the docs.

Gerschtli commented 1 year ago

Fixed with #234