Updated how NerdFonts gets added to the flake, caused by ee2bb9be3e
Some checks failed
/ Check formatting (push) Failing after 1m40s
Some checks failed
/ Check formatting (push) Failing after 1m40s
This commit is contained in:
parent
23bf22853c
commit
7f1016590f
2 changed files with 4 additions and 3 deletions
|
@ -11,7 +11,8 @@
|
|||
dina-font
|
||||
proggyfonts
|
||||
wqy_zenhei # this is so that hanzi doesn't look like pixel art
|
||||
nerdfonts # all of them, apparently
|
||||
nerdfonts.fira-code
|
||||
nerdfonts.ubuntu-sans
|
||||
charis-sil
|
||||
];
|
||||
}
|
||||
|
|
|
@ -48,10 +48,10 @@ in {
|
|||
|
||||
stylix.polarity = "dark";
|
||||
|
||||
stylix.fonts.monospace.package = pkgs.nerdfonts;
|
||||
stylix.fonts.monospace.package = pkgs.nerdfonts.fira-code;
|
||||
stylix.fonts.monospace.name = "FiraCode Nerd Font";
|
||||
|
||||
stylix.fonts.sansSerif.package = pkgs.nerdfonts;
|
||||
stylix.fonts.sansSerif.package = pkgs.nerdfonts.ubuntu-sans;
|
||||
stylix.fonts.sansSerif.name = "Ubuntu Nerd Font";
|
||||
stylix.fonts.serif = config.stylix.fonts.sansSerif;
|
||||
|
||||
|
|
Loading…
Reference in a new issue