dotfiles/nixos/cli.nix
2020-02-12 14:07:33 +00:00

19 lines
600 B
Nix

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