dotfiles/nixos/home-manager/cli.nix
Cyryl Płotnicki fe4d30f651 nixpkgs-fmt
2021-11-22 19:32:26 +00:00

50 lines
710 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
nixpkgs-fmt
pciutils
powertop
ranger
restic
ripgrep-all
rustup
tmux
topgrade
unzip
veracrypt
wget
whois
wirelesstools
];
}