dotfiles/nixos/home-manager/cli.nix
Cyryl Płotnicki 58e703c9a6 add nix-index
2021-09-21 09:14:57 +01:00

47 lines
674 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
exercism
fd
file
fontconfig
genpass
git
hsetroot
htop
imagemagick
jmtpfs
jq
keybase
lm_sensors
mercurial
nix-index
nix-top
pciutils
powertop
ranger
restic
ripgrep-all
rustup
tmux
topgrade
unzip
veracrypt
wget
whois
wirelesstools
];
}