Add OCaml and update Doom Emacs

This commit is contained in:
Paul-Henri Froidmont 2023-09-29 02:42:46 +02:00
parent 217ae1868b
commit 595191e0c7
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
4 changed files with 36 additions and 35 deletions

View file

@ -9,7 +9,7 @@ in {
fonts = {
fonts = with pkgs.unstable; [
corefonts # Microsoft free fonts
(nerdfonts.override { fonts = [ "Meslo" ]; })
(nerdfonts.override { fonts = [ "Meslo" "NerdFontsSymbolsOnly" ]; })
];
fontconfig.defaultFonts = { monospace = [ "MesloLGS Nerd Font Mono" ]; };
};