dotfiles/nixos/cli.nix
2020-05-23 13:57:07 +01:00

22 lines
620 B
Nix

{ config, pkgs, ... }:
{
home.packages = with pkgs; [
genpass
gdb lldb
wget git gnupg curl tmux htop atop pciutils powertop ripgrep-all fd dnsutils du-dust
( pass.withExtensions (ext: [ ext.pass-otp ext.pass-import ext.pass-genphrase ext.pass-audit ext.pass-update ]))
hsetroot lm_sensors
wirelesstools ranger apvlv
fontconfig
binutils veracrypt gitAndTools.diff-so-fancy
restic jq awscli
hugo mercurial terraform
unzip aria
calcurse file python37Packages.binwalk-full
nixops imagemagick
docker-compose rustup
knockknock
python38Packages.pygments
];
}