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

powerline-fonts: install psf to share/consolefonts #79704

Merged
merged 1 commit into from Mar 22, 2020

Conversation

rnhmjoj
Copy link
Contributor

@rnhmjoj rnhmjoj commented Feb 10, 2020

Motivation for this change

This will make easier to set the font of the virtual console
in NixOS. Instead of specifing the full filepath of the psf
on can simply do:

console.font = "ter-powerline-v20b";
console.packages = [ pkgs.powerline-fonts ];
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested fonts in virtual console, X11 and GTK applications
  • Tested execution of all binary files (none)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

This will make easier to set the font of the virtual console
in NixOS. Instead of specifing the full filepath of the psf
on can simply do:

    console.font = "ter-powerline-v20b";
    console.packages = [ pkgs.powerline-fonts ];
@rnhmjoj rnhmjoj requested a review from malyn February 10, 2020 12:46
@matthewbauer matthewbauer merged commit 082afb2 into NixOS:master Mar 22, 2020
@rnhmjoj rnhmjoj deleted the powerline-fonts branch April 7, 2020 12:43
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