Fixed fonts

This commit is contained in:
xmm16 2024-12-13 22:47:06 -03:00
commit d8e969e9e5
No known key found for this signature in database
2 changed files with 4 additions and 8 deletions

View file

@ -7,10 +7,10 @@
emoji = ["OpenMoji Color"]; emoji = ["OpenMoji Color"];
}; };
packages = { packages = {
sansSerif = [pkgs.liberation_ttf]; sansSerif = [pkgs.liberation_ttf pkgs.noto-fonts pkgs.noto-fonts-cjk-sans pkgs.noto-fonts-cjk-serif];
monospace = [pkgs.nerd-fonts.jetbrains-mono]; monospace = [pkgs.nerd-fonts.jetbrains-mono pkgs.noto-fonts];
serif = [pkgs.liberation_ttf]; serif = [pkgs.liberation_ttf pkgs.noto-fonts pkgs.noto-fonts pkgs.noto-fonts-cjk-sans pkgs.noto-fonts-cjk-serif];
emoji = [pkgs.openmoji-color]; emoji = [pkgs.openmoji-color pkgs.noto-fonts];
}; };
enable = true; enable = true;
}; };

View file

@ -16,10 +16,6 @@
ffmpeg-full ffmpeg-full
vesktop vesktop
spotify spotify
noto-fonts
noto-fonts-lgc-plus
noto-fonts-cjk-sans
noto-fonts-cjk-serif
fuzzel fuzzel
fzf fzf
cmake cmake