Font config

This commit is contained in:
fleaz 2022-02-03 17:40:32 +01:00
parent 9ad8f102bc
commit c880f2a541
3 changed files with 9 additions and 0 deletions

7
modules/fonts.nix Normal file
View file

@ -0,0 +1,7 @@
{
fonts.fontconfig.defaultFonts = {
monospace = [ "Fira Code" "Source Code Pro For Powerline" "Roboto Mono" "DejaVu Sans Mono" ];
sansSerif = [ "Roboto Regular" "DejaVu Sans" ];
serif = [ "Roboto Slab Regular" "DejaVu Serif" ];
};
}