55 lines
814 B
Nix
55 lines
814 B
Nix
{ config, pkgs, inputs, system, ... }: {
|
|
home.packages = with pkgs; [
|
|
(pass.withExtensions (ext: [
|
|
ext.pass-otp
|
|
ext.pass-import
|
|
ext.pass-genphrase
|
|
ext.pass-audit
|
|
ext.pass-update
|
|
]))
|
|
age
|
|
android-tools
|
|
aria
|
|
bc
|
|
bfg-repo-cleaner
|
|
binutils
|
|
bitwarden-cli
|
|
bottom
|
|
curl
|
|
dnsutils
|
|
docker-compose
|
|
du-dust
|
|
exercism
|
|
fd
|
|
file
|
|
fontconfig
|
|
fossil
|
|
genpass
|
|
git
|
|
gitRepo
|
|
htop
|
|
imagemagick
|
|
jmtpfs
|
|
jpeginfo
|
|
jq
|
|
nix-du
|
|
nix-index
|
|
nix-top
|
|
nixfmt
|
|
nixpkgs-fmt
|
|
nmap
|
|
nvd
|
|
ripgrep-all
|
|
rustup
|
|
sops
|
|
ssh-to-age
|
|
tmux
|
|
units
|
|
unzip
|
|
wget
|
|
whois
|
|
wl-clipboard
|
|
xdotool
|
|
inputs.nixpkgs-nixos-unstable.legacyPackages."x86_64-linux".youtube-dl
|
|
];
|
|
}
|