mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-15 11:30:13 +00:00
Switch back to normal source code pro font
This commit is contained in:
parent
0eebe25a13
commit
079daf44ab
@ -2,7 +2,7 @@
|
|||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
iosevka
|
iosevka
|
||||||
nerd-fonts.sauce-code-pro
|
source-code-pro
|
||||||
source-sans
|
source-sans
|
||||||
source-serif
|
source-serif
|
||||||
]
|
]
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
serif = [ "Source Serif 4" ];
|
serif = [ "Source Serif 4" ];
|
||||||
sansSerif = [ "Source Sans 3" ];
|
sansSerif = [ "Source Sans 3" ];
|
||||||
monospace = [ "SauceCodePro Nerd Font" ];
|
monospace = [ "Source Code Pro" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user