added: fonts
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user