stylix: switch to caelestia fonts (Rubik + CaskaydiaCove NF)
This commit is contained in:
parent
ec7ae50cf0
commit
4eeb496efe
3 changed files with 16 additions and 13 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue