dotfiles/nixos/home-manager/cli.nix
2025-02-01 21:39:10 +00:00

63 lines
832 B
Nix

{
config,
pkgs,
inputs,
system,
...
}: {
home.packages = with pkgs; [
(pass.withExtensions (ext: [
ext.pass-otp
ext.pass-import
ext.pass-genphrase
ext.pass-update
]))
age
android-tools
aria
bc
bfg-repo-cleaner
binutils
bottom
curl
dive
dnsutils
docker-compose
du-dust
esptool
exercism
fd
ffmpeg
file
fontconfig
fossil
genpass
git
gitRepo
htop
imagemagick
inetutils
jmtpfs
jpeginfo
jq
jujutsu
kiwix
kiwix-tools
nix-index
nix-top
nixpkgs-fmt
nmap
nvd
ripgrep
rustup
sops
speedtest-cli
ssh-to-age
tmux
units
unzip
wget
wl-clipboard
inputs.nixpkgs-nixos-unstable.legacyPackages."${system}".yt-dlp
];
}