dotfiles/nixos/home-manager/cli.nix
Cyryl Płotnicki 86a77ae5cc ripgrep all
2021-06-06 08:04:44 +01:00

48 lines
685 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
nixops
pciutils
powertop
ranger
restic
ripgrep-all
rustup
terraform
tmux
exercism
genpass
topgrade
unzip
veracrypt
wget
whois
wirelesstools
];
}