dotfiles/nixos/home-manager/cli.nix
Cyryl Płotnicki 3aabd83e09 Add whois
2021-03-14 10:51:34 +00:00

43 lines
631 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
binutils
bitwarden-cli
btrfs-progs
curl
dnsutils
docker-compose
du-dust
fd
file
fontconfig
git
hsetroot
htop
imagemagick
jq
keybase
lm_sensors
mercurial
pciutils
powertop
ranger
restic
ripgrep
rustup
terraform
tmux
unstable.genpass
unstable.topgrade
unzip
veracrypt
wget
whois
wirelesstools
];
}