39 lines
433 B
Nix
39 lines
433 B
Nix
{ pkgs, ... }: {
|
|
home.packages = with pkgs; [
|
|
vim
|
|
wget
|
|
git
|
|
tmux
|
|
eza
|
|
bat
|
|
jq
|
|
curl
|
|
atuin
|
|
leaf
|
|
dotter
|
|
kubectl
|
|
k9s
|
|
trashy
|
|
krew
|
|
pre-commit
|
|
devenv
|
|
git-cliff
|
|
difftastic
|
|
unzip
|
|
hadolint
|
|
docker-compose
|
|
delta
|
|
bottom
|
|
dust
|
|
popeye
|
|
kubecolor
|
|
kubeconform
|
|
kube-score
|
|
uv
|
|
neovim
|
|
ncdu
|
|
direnv
|
|
asciinema
|
|
yq
|
|
];
|
|
}
|