1
0
Fork 0

fix(nix): add misc packages

This commit is contained in:
Lucas Sta Maria 2025-02-21 00:01:03 -05:00
parent b38618d0f3
commit 340cd38d2f
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -63,6 +63,7 @@
wabt
gleam
erlang
zip
discord
steam
@ -90,6 +91,8 @@
rofimoji
playerctl
nil
emacs
alacritty
emacs-lsp-booster
@ -104,11 +107,15 @@
irony-server
typescript-language-server
jdk23
ocaml
ocamlPackages.ocaml-lsp
dune_3
opam
ocamlformat
noto-fonts
fira-code
@ -121,6 +128,8 @@
roboto
adwaita-icon-theme
ihaskell
];
emacsPackages = with pkgs.emacsPackages; [ mu4e ];
pythonPackages = with pkgs.python312Packages; [ python-lsp-server ];