i just can't catch a hint. can i? this should fix the flake refusing to build.
Some checks failed
/ Check formatting (push) Failing after 1m12s
Some checks failed
/ Check formatting (push) Failing after 1m12s
This commit is contained in:
parent
60e79531ad
commit
37734eba1f
2 changed files with 5 additions and 5 deletions
|
@ -5,9 +5,9 @@
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
dina-font
|
dina-font
|
||||||
wqy_zenhei # this is so that hanzi doesn't look like pixel art
|
wqy_zenhei # this is so that hanzi doesn't look like pixel art
|
||||||
nerd-fonts.noto
|
# nerd-fonts.noto
|
||||||
nerd-fonts.fira-code
|
# nerd-fonts.fira-code
|
||||||
nerd-fonts.ubuntu-sans
|
# nerd-fonts.ubuntu-sans
|
||||||
charis-sil
|
charis-sil
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,10 +48,10 @@ in {
|
||||||
|
|
||||||
stylix.polarity = "dark";
|
stylix.polarity = "dark";
|
||||||
|
|
||||||
stylix.fonts.monospace.package = pkgs.nerdfonts.fira-code;
|
stylix.fonts.monospace.package = pkgs.nerd-fonts.fira-code;
|
||||||
stylix.fonts.monospace.name = "FiraCode Nerd Font";
|
stylix.fonts.monospace.name = "FiraCode Nerd Font";
|
||||||
|
|
||||||
stylix.fonts.sansSerif.package = pkgs.nerdfonts.ubuntu-sans;
|
stylix.fonts.sansSerif.package = pkgs.nerd-fonts.ubuntu-sans;
|
||||||
stylix.fonts.sansSerif.name = "Ubuntu Nerd Font";
|
stylix.fonts.sansSerif.name = "Ubuntu Nerd Font";
|
||||||
stylix.fonts.serif = config.stylix.fonts.sansSerif;
|
stylix.fonts.serif = config.stylix.fonts.sansSerif;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue