dotfiles/nixos/home-manager/cli.nix
Cyryl Płotnicki f52f96082a add bfg via nix
2021-04-03 12:52:05 +01:00

47 lines
725 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 ]))
nur.repos.emmanuelrosa.bisq-desktop
apvlv
aria
atop
bfg-repo-cleaner
binutils
bitwarden-cli
btrfs-progs
curl
dnsutils
docker-compose
du-dust
fd
file
fontconfig
git
hsetroot
htop
imagemagick
jq
keybase
lm_sensors
mercurial
nixops
pciutils
powertop
ranger
restic
ripgrep
rustup
terraform
tmux
unstable.exercism
unstable.genpass
unstable.topgrade
unzip
veracrypt
wget
whois
wirelesstools
];
}