Closed hissssst closed 1 year ago
NixOS, sway
$ env
WAYLAND_DISPLAY=wayland-1
Also for me, nixos with hyprland
Yeah, nixpkg seems to be broken after #129, the fontconfig dependency need to be specified I guess. Contribution is really welcome here as I don't really use it myself
Yeah, nixpkg seems to be broken after #129, the fontconfig dependency need to be specified I guess. Contribution is really welcome here as I don't really use it myself
Seems that we need something like symlinkJoin.
I've added --prefix LD_LIBRARY_PATH : ${fontconfig.lib}/lib
to wrapProgram and it is recognized but I get thread 'main' panicked at 'cannot load default font: The face index is larger than the number of faces in the font.', src/font/fdue.rs:122:14
https://github.com/l4l/yofi/pull/138 fixes the issue for me