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 = {
|
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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user