Changes idk

This commit is contained in:
Jack Mechem 2026-03-16 12:11:47 -07:00
parent dbc2ede2fe
commit e65144675d
2 changed files with 12 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{pkgs, ... }: { pkgs, ... }:
{ {
programs.neovim = { programs.neovim = {
@ -23,6 +23,16 @@
nixfmt nixfmt
# clang # clang
clang-tools clang-tools
# java
jdt-language-server
jdk21
# rust
rust-analyzer
rustc
cargo
rustfmt
taplo # LSP for TOML
clippy
]; ];
}; };
} }