53 lines
711 B
Nix
53 lines
711 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
|
|
]))
|
|
age
|
|
aria
|
|
bfg-repo-cleaner
|
|
binutils
|
|
bitwarden-cli
|
|
bottom
|
|
curl
|
|
dnsutils
|
|
docker-compose
|
|
du-dust
|
|
exercism
|
|
fd
|
|
file
|
|
fontconfig
|
|
genpass
|
|
git
|
|
hsetroot
|
|
htop
|
|
imagemagick
|
|
jmtpfs
|
|
jpeginfo
|
|
jq
|
|
kopia
|
|
minicom
|
|
nix-index
|
|
nix-top
|
|
nixfmt
|
|
nixpkgs-fmt
|
|
nmap
|
|
nvd
|
|
par2cmdline
|
|
pciutils
|
|
ranger
|
|
restic
|
|
ripgrep-all
|
|
rustup
|
|
sops
|
|
ssh-to-age
|
|
tmux
|
|
unzip
|
|
wget
|
|
whois
|
|
];
|
|
}
|