fonts tweaking

This commit is contained in:
Olaf
2026-07-21 09:40:56 +02:00
parent f5ed23670c
commit 980a42aaa1
+7 -5
View File
@@ -74,13 +74,13 @@ in
# Turn off NIX_PATH warnings now that we're using flakes # Turn off NIX_PATH warnings now that we're using flakes
system.checks.verifyNixPath = false; system.checks.verifyNixPath = false;
fonts.packages = fonts = {
with pkgs; packages = with pkgs; [
[
dejavu_fonts dejavu_fonts
emacs-all-the-icons-fonts emacs-all-the-icons-fonts
# feather-font # from overlayj # feather-font # from overlayj
jetbrains-mono jetbrains-mono
google-fonts
font-awesome font-awesome
noto-fonts noto-fonts
noto-fonts-color-emoji noto-fonts-color-emoji
@@ -89,12 +89,14 @@ in
meslo-lgs-nf meslo-lgs-nf
nerd-fonts.fira-code nerd-fonts.fira-code
nerd-fonts.droid-sans-mono nerd-fonts.droid-sans-mono
noto-fonts-cjk-sans
noto-fonts
] ]
# this adds all nerd-fonts Gigabytes of them, too much. # this adds all nerd-fonts Gigabytes of them, too much.
# ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts) # ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts)
; ;
};
# Load configuration that is shared across systems # Load configuration that is shared across systems
environment.systemPackages = environment.systemPackages =
with pkgs; with pkgs;