mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat(packages): add necessary packages to build neovim configuration
This commit is contained in:
parent
810c991f10
commit
b120665d29
1 changed files with 10 additions and 0 deletions
|
@ -40,6 +40,16 @@ with pkgs; [
|
|||
nodePackages_latest.pnpm
|
||||
rustfmt
|
||||
rust-analyzer
|
||||
gcc
|
||||
lua51Packages.luarocks
|
||||
lua
|
||||
nodejs_22
|
||||
python3
|
||||
tree-sitter
|
||||
cargo
|
||||
rustc
|
||||
haskellPackages.stack
|
||||
haskellPackages.ghcup
|
||||
|
||||
# desktop ricing
|
||||
bibata-cursors
|
||||
|
|
Loading…
Reference in a new issue