dotfiles/nixos/home-manager/cli.nix
Cyryl Płotnicki c47c29a7bb
Some checks failed
use nix / build (push) Failing after 5m29s
remove broken desktop packages
2024-08-06 15:51:29 +01:00

62 lines
827 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
bitwarden-cli
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
nixfmt
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
];
}