Hey all!
Ive been using NixOS as my main system for around 6 months now, but I use a non NixOS system on my work laptop. There are a few applications Ive tried to package using nix that work great on my NixOS system, but on my arch linux system, they have this weird fallback font that Im having a hard time figuring out.
The package in question is the Zen browser, packaged here GitHub - Sheemap/zen-browser-flake: Nix Flake for the Zen Browser
Im having a hard time understanding how to figure this out. I assume Im just missing a font or two, and need to install that during the install phase. But how do I determine which font I need to add?
This has happened when packaging Pyfa as well
Here is an example of the font issue.
Does anyone have any guidance on where I can look to resolve this issue? Am I on the right track? Thank you!