2025-05-17 14:39:19 -05:00
|
|
|
{
|
|
|
|
|
packageOverrides = pkgs: with pkgs; {
|
|
|
|
|
myPackages = pkgs.buildEnv {
|
|
|
|
|
name = "tools";
|
|
|
|
|
paths = [
|
|
|
|
|
neovim
|
|
|
|
|
go
|
2025-05-17 14:48:46 -05:00
|
|
|
lazygit
|
|
|
|
|
glab
|
|
|
|
|
oh-my-posh
|
|
|
|
|
fzf
|
|
|
|
|
ripgrep
|
|
|
|
|
rclone
|
|
|
|
|
k9s
|
|
|
|
|
eza
|
|
|
|
|
zoxide
|
|
|
|
|
bat
|
|
|
|
|
opentofu
|
2025-09-27 08:06:51 -05:00
|
|
|
vivid
|
2025-09-27 08:17:39 -05:00
|
|
|
stow
|
2025-12-07 08:06:44 -06:00
|
|
|
bitwarden-cli
|
|
|
|
|
wofi
|
|
|
|
|
nmap
|
|
|
|
|
kubectl
|
|
|
|
|
podman
|
|
|
|
|
podman-compose
|
|
|
|
|
podman-desktop
|
|
|
|
|
htop
|
|
|
|
|
gimp
|
|
|
|
|
yazi
|
|
|
|
|
powershell
|
|
|
|
|
devpod
|
|
|
|
|
nerd-fonts.go-mono
|
|
|
|
|
libsecret
|
2025-12-09 17:28:08 -06:00
|
|
|
zenity
|
|
|
|
|
libnotify
|
|
|
|
|
wl-clipboard
|
2025-12-20 07:47:55 -06:00
|
|
|
dnsutils
|
2025-12-27 15:29:27 -06:00
|
|
|
golangci-lint
|
2026-01-06 15:40:54 -06:00
|
|
|
caffeine-ng
|
2026-01-19 05:16:31 -06:00
|
|
|
fastfetch
|
2026-03-06 05:30:26 -06:00
|
|
|
timeshift
|
|
|
|
|
sqlite
|
|
|
|
|
btop
|
|
|
|
|
argocd
|
2025-05-17 14:39:19 -05:00
|
|
|
];
|
|
|
|
|
};
|
|
|
|
|
};
|
2025-05-17 14:32:25 -05:00
|
|
|
}
|