nixpkgs/pkgs/data/fonts/powerline-fonts
rnhmjoj 03f246620d
powerline-fonts: install psf to share/consolefonts
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 ];
2020-02-10 13:28:04 +01:00
..
default.nix powerline-fonts: install psf to share/consolefonts 2020-02-10 13:28:04 +01:00