add nerd font into emacs default.nix

This commit is contained in:
Sakooooo 2023-09-15 15:30:36 +00:00
parent d7f2c40290
commit 710ca607d8
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -21,8 +21,7 @@ in
recursive = true;
};
fonts.fonts = with pkgs; [
emacs-all-the-icons-fonts
material-design-icons
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
];
};
}