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

This commit is contained in:
Ittihadyya 2024-12-10 21:22:57 +02:00
parent 60e79531ad
commit 37734eba1f
2 changed files with 5 additions and 5 deletions

View file

@ -5,9 +5,9 @@
fonts.packages = with pkgs; [
dina-font
wqy_zenhei # this is so that hanzi doesn't look like pixel art
nerd-fonts.noto
nerd-fonts.fira-code
nerd-fonts.ubuntu-sans
# nerd-fonts.noto
# nerd-fonts.fira-code
# nerd-fonts.ubuntu-sans
charis-sil
];
}

View file

@ -48,10 +48,10 @@ in {
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.sansSerif.package = pkgs.nerdfonts.ubuntu-sans;
stylix.fonts.sansSerif.package = pkgs.nerd-fonts.ubuntu-sans;
stylix.fonts.sansSerif.name = "Ubuntu Nerd Font";
stylix.fonts.serif = config.stylix.fonts.sansSerif;