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;
|
||||
|
||||
defaultFonts = {
|
||||
monospace = [ "Iosevka" "Source Code Pro" ];
|
||||
monospace = [ "Iosevka" "Jetbrains Mono" "Source Code Pro" ];
|
||||
sansSerif = [ "Source Sans Pro" "Noto Sans" ];
|
||||
serif = [ "Source Serif Pro" "Noto Serif" ];
|
||||
emoji = [ "Noto Color Emoji" ];
|
||||
};
|
||||
};
|
||||
|
||||
fonts = with pkgs; [
|
||||
#iosevka
|
||||
# Some monospace fonts.
|
||||
iosevka
|
||||
jetbrains-mono
|
||||
|
||||
# Noto font family
|
||||
noto-fonts
|
||||
|
Loading…
Reference in New Issue
Block a user