dotfiles/nixos/home-manager/cli.nix
Cyryl Płotnicki 4a147c6b8f add btrfs progs
2020-10-03 14:00:33 +01:00

42 lines
599 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 ]))
btrfs-progs
apvlv
aria
atop
binutils
bitwarden-cli
curl
dnsutils
docker-compose
du-dust
fd
file
fontconfig
genpass
git
gnupg
hsetroot
htop
imagemagick
jq
lm_sensors
mercurial
nixops
pciutils
powertop
ranger
restic
ripgrep
rustup
terraform
tmux
unzip
veracrypt
wget
wirelesstools
];
}