Files
MinOS-prime/nixos/terminal-utils.nix
2025-07-11 18:08:12 +03:00

73 lines
909 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
moreutils
file
upx
dotenvx
git
lazygit
delta
license-generator
git-ignore
gitleaks
git-secrets
pass-git-helper
jujutsu
jjui
just
xh
process-compose
# mcfly # terminal history
zellij
progress
noti
topgrade
ripgrep
rewrk
wrk2
procs
tealdeer
# skim #fzf better alternative in rust
monolith
# taskwarrior3
asciinema
asciinema-agg
aria
# wormhole-william
magic-wormhole-rs
# macchina #neofetch alternative in rust
dogdns
sd
ouch
duf
ncdu
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
];
}