ma extra-fonts: use fontDir.enable
This commit is contained in:
parent
51ef988749
commit
ae8958e542
@ -1,7 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
fonts = {
|
||||
enableFontDir = true;
|
||||
fontDir.enable = true;
|
||||
enableGhostscriptFonts = true;
|
||||
fonts = with pkgs; [
|
||||
inconsolata # monospaced
|
||||
|
@ -43,7 +43,7 @@ in
|
||||
console.font = "Lat2-Terminus16";
|
||||
|
||||
fonts = {
|
||||
enableFontDir = true;
|
||||
fontDir.enable = true;
|
||||
enableGhostscriptFonts = true;
|
||||
fonts = [ pkgs.terminus_font pkgs.corefonts ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user