add nerd font into emacs default.nix
This commit is contained in:
parent
d7f2c40290
commit
710ca607d8
1 changed files with 1 additions and 2 deletions
|
@ -21,8 +21,7 @@ in
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
emacs-all-the-icons-fonts
|
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||||
material-design-icons
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue