mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
profiles/system: update font list
This commit is contained in:
parent
0c08f52f19
commit
c46091d455
@ -83,14 +83,17 @@ in {
|
|||||||
includeUserConf = true;
|
includeUserConf = true;
|
||||||
|
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
monospace = [ "Iosevka" "Source Code Pro" ];
|
monospace = [ "Iosevka" "Jetbrains Mono" "Source Code Pro" ];
|
||||||
sansSerif = [ "Source Sans Pro" "Noto Sans" ];
|
sansSerif = [ "Source Sans Pro" "Noto Sans" ];
|
||||||
serif = [ "Source Serif Pro" "Noto Serif" ];
|
serif = [ "Source Serif Pro" "Noto Serif" ];
|
||||||
|
emoji = [ "Noto Color Emoji" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts = with pkgs; [
|
fonts = with pkgs; [
|
||||||
#iosevka
|
# Some monospace fonts.
|
||||||
|
iosevka
|
||||||
|
jetbrains-mono
|
||||||
|
|
||||||
# Noto font family
|
# Noto font family
|
||||||
noto-fonts
|
noto-fonts
|
||||||
|
Loading…
Reference in New Issue
Block a user