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

@ -39,6 +39,14 @@ in {
# metals # Scala
rnix-lsp # Nix
phpactor # PHP
#OCaml
ocaml
dune_3
ocamlPackages.ocaml-lsp
ocamlPackages.ocamlformat
ocamlPackages.utop
ocamlPackages.ocp-indent
ocamlPackages.merlin
# Used by org-roam
sqlite
@ -109,6 +117,5 @@ in {
# };
# };
};
fonts.fonts = [ pkgs.emacs-all-the-icons-fonts ];
};
}