added: fonts

This commit is contained in:
2025-12-15 22:36:55 +00:00
parent ba87100421
commit a49d1e27bd
4 changed files with 82 additions and 24 deletions

View File

@@ -20,6 +20,25 @@
startAgent = true;
};
};
fonts = {
enableDefaultPackages = true;
packages = with pkgs; [
nerd-fonts.jetbrains-mono
material-design-icons
material-symbols
(inputs.font-patcher.lib.patchFont {
font = pkgs.googlesans-code;
name = "Google Sans Code Nerd Font - Regular";
subfamily = "Regular";
inherit system;
})
nerd-fonts.caskaydia-cove
nerd-fonts.noto
noto-fonts-cjk-sans
noto-fonts-cjk-serif
];
fontDir.enable = true;
};
networking.dhcpcd.enable = lib.mkOverride 0 false;
boot.loader.grub.enable = lib.mkOverride 0 false;
wsl = {

View File

@@ -155,6 +155,12 @@ in
nerd-fonts.jetbrains-mono
material-design-icons
material-symbols
(inputs.font-patcher.lib.patchFont {
font = pkgs.googlesans-code;
name = "Google Sans Code Nerd Font - Regular";
subfamily = "Regular";
inherit system;
})
nerd-fonts.caskaydia-cove
nerd-fonts.noto
noto-fonts-cjk-sans