Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

joypixels: init at 5.0.2 #67014

Merged
merged 1 commit into from Aug 20, 2019
Merged

joypixels: init at 5.0.2 #67014

merged 1 commit into from Aug 20, 2019

Conversation

jtojnar
Copy link
Contributor

@jtojnar jtojnar commented Aug 20, 2019

Unfree successor of EmojiOne font.

@jtojnar
Copy link
Contributor Author

jtojnar commented Aug 20, 2019

I managed to enable it with the following in my configuration.nix:

  fonts = {
    fonts = with pkgs; [
      # noto-fonts-emoji # needs to be commented out for some reason, even though the fontconfig file redirects Noto to this font
      joypixels
    ];

    fontconfig.confPackages = [ pkgs.joypixels ];

    fontconfig.penultimate.enable = false; # why this is needed?
  };

@worldofpeace
Copy link
Contributor

As for needing to disable penultimate, I'm pretty sure it's complicated story with fontconfig 😄 . Perhaps we need to fix the config somehow

@jtojnar
Copy link
Contributor Author

jtojnar commented Aug 20, 2019

I am just going to merge this and try to decipher the problems laters. #67071 should help with that.

@jtojnar jtojnar merged commit 91d627a into NixOS:master Aug 20, 2019
@jtojnar jtojnar deleted the joypixels branch August 20, 2019 12:52
@jtojnar jtojnar mentioned this pull request Aug 27, 2019
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants