Skip to content

Commit

Permalink
refactor(packages): sort and organize with comments
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Apr 12, 2024
1 parent bbe2d17 commit 83db8e4
Showing 1 changed file with 31 additions and 20 deletions.
51 changes: 31 additions & 20 deletions modules/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,42 +7,56 @@
with inputs.catppuccin-toolbox.packages.${pkgs.system}; [
inputs.home-manager.packages.${pkgs.system}.home-manager

# Shell #
fish
starship

# Essentials #
bat
coreutils
curl
gcc
git
git-lfs
gnupg
wget

# Nix #
alejandra
statix

# Catppuccin #
whiskers
catwalk

yazi
bun
# Image & Video #
ffmpeg
imagemagick
libwebp

# Language Tools & Runtimes #
bun
deno
fnm
fortls
fprettify
ruff
taplo

# Tools and TUIs #
atuin
bat
bottom
coreutils
cowsay
curl
deno
yq
xh
doggo
du-dust
eza
fd
gcc
ffmpeg
fish
fnm
fortls
fprettify
fzf
gh
git
git-lfs
gnupg
gum
hyperfine
imagemagick
jnv
jq
just
Expand All @@ -53,17 +67,14 @@
nrr
pastel
ripgrep
ruff
sd
silicon
spicetify-cli
starship
taplo
terminal-notifier
typos
vhs
wget
xdg-ninja
tokei
yazi
];
}

0 comments on commit 83db8e4

Please sign in to comment.