stylix: switch to caelestia fonts (Rubik + CaskaydiaCove NF)

This commit is contained in:
rope 2026-07-29 21:46:13 +01:00
parent ec7ae50cf0
commit 4eeb496efe
3 changed files with 16 additions and 13 deletions

View file

@ -23,18 +23,20 @@
size = 24;
};
# caelestia's font set: Rubik for UI text, CaskaydiaCove NF for mono
# (still a nerd font, so terminal glyphs survive the swap).
fonts = {
monospace = {
package = pkgs.nerd-fonts.fira-mono;
name = "FiraMono Nerd Font";
package = pkgs.nerd-fonts.caskaydia-cove;
name = "CaskaydiaCove NF";
};
sansSerif = {
package = pkgs.inter;
name = "Inter";
package = pkgs.rubik;
name = "Rubik";
};
serif = {
package = pkgs.inter;
name = "Inter";
package = pkgs.rubik;
name = "Rubik";
};
};
};