ma extra-fonts: use fontDir.enable
This commit is contained in:
parent
92cde4a5d9
commit
47f31ab3be
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
fonts = {
|
fonts = {
|
||||||
enableFontDir = true;
|
fontDir.enable = true;
|
||||||
enableGhostscriptFonts = true;
|
enableGhostscriptFonts = true;
|
||||||
fonts = with pkgs; [
|
fonts = with pkgs; [
|
||||||
inconsolata # monospaced
|
inconsolata # monospaced
|
||||||
|
|
|
@ -43,7 +43,7 @@ in
|
||||||
console.font = "Lat2-Terminus16";
|
console.font = "Lat2-Terminus16";
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
enableFontDir = true;
|
fontDir.enable = true;
|
||||||
enableGhostscriptFonts = true;
|
enableGhostscriptFonts = true;
|
||||||
fonts = [ pkgs.terminus_font pkgs.corefonts ];
|
fonts = [ pkgs.terminus_font pkgs.corefonts ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue