Strip down list of fonts
This commit is contained in:
parent
4dec5c5257
commit
82e05f7914
|
@ -5,9 +5,9 @@
|
|||
antialias = true;
|
||||
cache32Bit = true;
|
||||
defaultFonts = {
|
||||
monospace = [ "Fira Code" "Source Code Pro" "Roboto Mono" "DejaVu Sans Mono" ];
|
||||
sansSerif = [ "Roboto Regular" "DejaVu Sans" ];
|
||||
serif = [ "Roboto Slab Regular" "DejaVu Serif" ];
|
||||
monospace = [ "Fira Code" "DejaVu Sans Mono" ];
|
||||
sansSerif = [ "DejaVu Sans" ];
|
||||
serif = [ "DejaVu Serif" ];
|
||||
};
|
||||
};
|
||||
enableDefaultFonts = true;
|
||||
|
@ -15,14 +15,6 @@
|
|||
fonts = with pkgs; [
|
||||
dejavu_fonts
|
||||
fira-code
|
||||
google-fonts
|
||||
inconsolata
|
||||
iosevka
|
||||
liberation_ttf
|
||||
nerdfonts
|
||||
roboto
|
||||
source-code-pro
|
||||
ubuntu_font_family
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue