dotfiles/nixos/cli.nix
2020-07-24 22:54:17 +01:00

42 lines
613 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
curl
dnsutils
docker-compose
du-dust
fd
file
fontconfig
genpass
git
gitAndTools.diff-so-fancy
gnupg
hsetroot
htop
imagemagick
jq
lm_sensors
mercurial
nixops
pciutils
powertop
ranger
restic
ripgrep
rustup
terraform
tmux
unzip
veracrypt
wget
wirelesstools
];
}