mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-05-07 02:16:33 +05:30
refactor: dev packages
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user