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