dotfiles/nixos/home-manager/cli.nix
2021-06-22 18:33:53 +01:00

46 lines
660 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
btrfs-progs
curl
dnsutils
docker-compose
du-dust
fd
file
fontconfig
git
hsetroot
htop
imagemagick
jmtpfs
jq
keybase
lm_sensors
mercurial
nix-top
pciutils
powertop
ranger
restic
ripgrep-all
rustup
tmux
exercism
genpass
topgrade
unzip
veracrypt
wget
whois
wirelesstools
];
}