dotfiles/nixos/home-manager/cli.nix
Cyryl Płotnicki 4a2d8169c8 add bottom
2021-11-18 17:10:02 +00:00

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