dotfiles/nixos/home-manager/cli.nix
Cyryl Płotnicki 3d6dd759c4 nixfmt
2022-03-10 12:25:23 +00:00

49 lines
660 B
Nix

{ config, pkgs, ... }: {
home.packages = with pkgs; [
(pass.withExtensions (ext: [
ext.pass-otp
ext.pass-import
ext.pass-genphrase
ext.pass-audit
ext.pass-update
]))
aria
bfg-repo-cleaner
binutils
bitwarden-cli
bottom
curl
dnsutils
docker-compose
du-dust
exercism
fd
file
fontconfig
genpass
git
hsetroot
htop
imagemagick
jmtpfs
jq
kopia
mercurial
minicom
nix-index
nix-top
nixfmt
nixpkgs-fmt
pciutils
ranger
restic
ripgrep-all
rustup
tmux
topgrade
unzip
wget
whois
];
}