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 = {
packages = with pkgs; [
gcc
neovide
# nix
nil # Language Server
statix # Lints and suggestions
deadnix # Find and remove unused
alejandra # Code Formatter
# lua
luarocks
# ts
python3
nodejs
go
rustup
typescript
neovide
nil
statix
deadnix
alejandra
luarocks
gdu
ripgrep
gcc
wakatime-cli
];
};
};