refactor: dev packages

This commit is contained in:
tux
2026-05-06 21:07:48 +05:30
parent 9551e202fb
commit 923ac5bc95

View File

@@ -19,23 +19,20 @@
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
gcc python3
neovide nodejs
go
# nix rustup
nil # Language Server
statix # Lints and suggestions
deadnix # Find and remove unused
alejandra # Code Formatter
# lua
luarocks
# ts
typescript typescript
neovide
nil
statix
deadnix
alejandra
luarocks
gdu gdu
ripgrep gcc
wakatime-cli
]; ];
}; };
}; };