refactor CLI tools into dev/tools.nix

This commit is contained in:
Melvin Ragusa
2026-02-05 18:05:52 +01:00
parent c843e16371
commit 236f2c53ca
2 changed files with 12 additions and 13 deletions

View File

@@ -11,25 +11,12 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Core utilities # Core utilities
gnupg
fastfetch
micro
wget
curl
sbctl
nil
nixd
xwayland-satellite xwayland-satellite
grim grim
slurp slurp
btop
mission-center mission-center
file-roller file-roller
gnome-disk-utility gnome-disk-utility
unzip
zip
p7zip
unrar
# File management # File management
nautilus nautilus

View File

@@ -17,6 +17,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
bun bun
pnpm pnpm
fastfetch
nodejs nodejs
python3 python3
rustup rustup
@@ -28,6 +29,12 @@
gh gh
delta delta
lazygit lazygit
gnupg
micro
wget
curl
sbctl
nixd
nil nil
nixfmt nixfmt
jq jq
@@ -36,6 +43,11 @@
fd fd
fzf fzf
eza eza
unzip
zip
p7zip
unrar
btop
bat bat
broot broot
tealdeer tealdeer