Added fonts to graphics
This commit is contained in:
parent
9003325961
commit
7111add0c3
|
@ -17,4 +17,26 @@
|
||||||
# Enable sound.
|
# Enable sound.
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
hardware.pulseaudio.enable = true;
|
hardware.pulseaudio.enable = true;
|
||||||
|
|
||||||
|
fonts = {
|
||||||
|
enableDefaultFonts = true;
|
||||||
|
fonts = with pkgs; [
|
||||||
|
alegreya
|
||||||
|
fira-code
|
||||||
|
fira-code-symbols
|
||||||
|
hasklig
|
||||||
|
inter
|
||||||
|
liberation_ttf
|
||||||
|
noto-fonts
|
||||||
|
noto-fonts-cjk
|
||||||
|
noto-fonts-emoji
|
||||||
|
];
|
||||||
|
fontconfig = {
|
||||||
|
defaultFonts = {
|
||||||
|
serif = [ "inter" ];
|
||||||
|
sansSerif = [ "alegreya" ];
|
||||||
|
monospace = [ "hasklig" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue
Block a user