feat(stylix): change fonts.

This commit is contained in:
CronyAkatsuki 2025-09-12 19:55:23 +02:00
parent 4ca1a58d90
commit eddc728d3f

View file

@ -26,18 +26,18 @@
# Change u those fonts
stylix.fonts = {
serif = {
package = pkgs.dejavu_fonts;
name = "DejaVu Serif";
package = pkgs.source-serif;
name = "Source Serif";
};
sansSerif = {
package = pkgs.dejavu_fonts;
name = "DejaVu Sans";
package = pkgs.source-sans;
name = "Source Sans";
};
monospace = {
package = pkgs.nerd-fonts.commit-mono;
name = "CommitMono Nerd Font";
package = pkgs.nerd-fonts.jetbrains-mono;
name = "JetbrainsMono Nerd Font";
};
emoji = {