fix(nix): add misc packages
This commit is contained in:
parent
b38618d0f3
commit
340cd38d2f
1 changed files with 9 additions and 0 deletions
|
@ -63,6 +63,7 @@
|
||||||
wabt
|
wabt
|
||||||
gleam
|
gleam
|
||||||
erlang
|
erlang
|
||||||
|
zip
|
||||||
|
|
||||||
discord
|
discord
|
||||||
steam
|
steam
|
||||||
|
@ -90,6 +91,8 @@
|
||||||
rofimoji
|
rofimoji
|
||||||
playerctl
|
playerctl
|
||||||
|
|
||||||
|
nil
|
||||||
|
|
||||||
emacs
|
emacs
|
||||||
alacritty
|
alacritty
|
||||||
emacs-lsp-booster
|
emacs-lsp-booster
|
||||||
|
@ -104,11 +107,15 @@
|
||||||
|
|
||||||
irony-server
|
irony-server
|
||||||
|
|
||||||
|
typescript-language-server
|
||||||
|
|
||||||
jdk23
|
jdk23
|
||||||
|
|
||||||
ocaml
|
ocaml
|
||||||
ocamlPackages.ocaml-lsp
|
ocamlPackages.ocaml-lsp
|
||||||
dune_3
|
dune_3
|
||||||
|
opam
|
||||||
|
ocamlformat
|
||||||
|
|
||||||
noto-fonts
|
noto-fonts
|
||||||
fira-code
|
fira-code
|
||||||
|
@ -121,6 +128,8 @@
|
||||||
roboto
|
roboto
|
||||||
|
|
||||||
adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
|
|
||||||
|
ihaskell
|
||||||
];
|
];
|
||||||
emacsPackages = with pkgs.emacsPackages; [ mu4e ];
|
emacsPackages = with pkgs.emacsPackages; [ mu4e ];
|
||||||
pythonPackages = with pkgs.python312Packages; [ python-lsp-server ];
|
pythonPackages = with pkgs.python312Packages; [ python-lsp-server ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue