mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 14:41:20 +00:00
59 lines
658 B
Nix
59 lines
658 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
file
|
|
upx
|
|
git
|
|
lazygit
|
|
delta
|
|
license-generator
|
|
git-ignore
|
|
gitleaks
|
|
git-secrets
|
|
pass-git-helper
|
|
just
|
|
xh
|
|
process-compose
|
|
# mcfly # terminal history
|
|
zellij
|
|
progress
|
|
noti
|
|
topgrade
|
|
ripgrep
|
|
rewrk
|
|
wrk2
|
|
procs
|
|
tealdeer
|
|
monolith
|
|
aria
|
|
sd
|
|
ouch
|
|
duf
|
|
du-dust
|
|
fd
|
|
jq
|
|
gh
|
|
trash-cli
|
|
zoxide
|
|
tokei
|
|
fzf
|
|
bat
|
|
hexyl
|
|
mdcat
|
|
pandoc
|
|
lsd
|
|
lsof
|
|
gping
|
|
viu
|
|
tre-command
|
|
yazi
|
|
chafa
|
|
|
|
cmatrix
|
|
pipes-rs
|
|
rsclock
|
|
cava
|
|
figlet
|
|
];
|
|
}
|