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 # Change u those fonts
stylix.fonts = { stylix.fonts = {
serif = { serif = {
package = pkgs.dejavu_fonts; package = pkgs.source-serif;
name = "DejaVu Serif"; name = "Source Serif";
}; };
sansSerif = { sansSerif = {
package = pkgs.dejavu_fonts; package = pkgs.source-sans;
name = "DejaVu Sans"; name = "Source Sans";
}; };
monospace = { monospace = {
package = pkgs.nerd-fonts.commit-mono; package = pkgs.nerd-fonts.jetbrains-mono;
name = "CommitMono Nerd Font"; name = "JetbrainsMono Nerd Font";
}; };
emoji = { emoji = {