dotfiles/nixos/home-manager/cli.nix
Cyryl Płotnicki 8a8c7e86c8
Some checks failed
use nix / build (push) Failing after 6m1s
update airy
2024-12-28 17:21:40 +00:00

60 lines
798 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
nix-index
nix-top
nixpkgs-fmt
nmap
nvd
ripgrep-all
rustup
sops
speedtest-cli
ssh-to-age
tmux
units
unzip
wget
wl-clipboard
inputs.nixpkgs-nixos-unstable.legacyPackages."${system}".yt-dlp
];
}