nixos/gui: Add fonts
This commit is contained in:
parent
b0054f36d5
commit
5d04f72d00
@ -25,5 +25,14 @@ in
|
||||
};
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
fonts.fonts = with pkgs; [
|
||||
dejavu_fonts
|
||||
freefont_ttf
|
||||
gyre-fonts # TrueType substitutes for standard PostScript fonts
|
||||
liberation_ttf
|
||||
unifont
|
||||
noto-fonts-emoji
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user