feat(stylix): change fonts.
This commit is contained in:
parent
4ca1a58d90
commit
eddc728d3f
1 changed files with 6 additions and 6 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue