nix: updated nerd fonts to match new namespace in nixpkgs

This commit is contained in:
Nico 2025-05-03 16:15:58 +10:00
parent 102017fa82
commit 2cdd49b396

View file

@ -5,10 +5,10 @@
fonts = {
fontDir.enable = true;
packages = with pkgs; [
noto-fonts # most langs and emojis
noto-fonts-cjk-sans # gets japanese and chinese langs
nerdfonts # programming fonts
corefonts # basic web fonts
noto-fonts # most langs and emojis
noto-fonts-cjk-sans # gets japanese and chinese langs
nerd-fonts.jetbrains-mono # programming fonts
corefonts # basic web fonts
];
};
}