48 lines
695 B
Nix
48 lines
695 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 ]))
|
|
apvlv
|
|
aria
|
|
atop
|
|
bfg-repo-cleaner
|
|
binutils
|
|
bitwarden-cli
|
|
bottom
|
|
btrfs-progs
|
|
curl
|
|
dnsutils
|
|
docker-compose
|
|
du-dust
|
|
exercism
|
|
fd
|
|
file
|
|
fontconfig
|
|
genpass
|
|
git
|
|
hsetroot
|
|
htop
|
|
imagemagick
|
|
jmtpfs
|
|
jq
|
|
keybase
|
|
kopia
|
|
lm_sensors
|
|
mercurial
|
|
nix-index
|
|
nix-top
|
|
pciutils
|
|
powertop
|
|
ranger
|
|
restic
|
|
ripgrep-all
|
|
rustup
|
|
tmux
|
|
topgrade
|
|
unzip
|
|
veracrypt
|
|
wget
|
|
whois
|
|
wirelesstools
|
|
];
|
|
}
|