Consolidate all fonts config

This commit is contained in:
Bart van der Braak 2025-03-16 12:29:47 +01:00
parent 89889a0010
commit 8d648cafae
4 changed files with 95 additions and 87 deletions

View file

@ -28,18 +28,7 @@
LC_TELEPHONE = "nl_NL.UTF-8";
LC_TIME = "en_US.UTF-8";
};
# Fonts configuration
fonts = {
enableDefaultPackages = true;
packages = with pkgs; [
jetbrains-mono
nerdfonts
noto-fonts
noto-fonts-emoji
];
};
# Optimization & Garbage Collection
# Optimize Nix-Store During Rebuilds