dotfiles/nixos/cli.nix
Cyryl Płotnicki b37e6c07f5 add rustup
2020-03-23 12:46:24 +00:00

19 lines
608 B
Nix

{ config, pkgs, ... }:
{
home.packages = with pkgs; [
wget git gnupg curl tmux python36Packages.glances 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 ]))
cabal-install stack hsetroot lm_sensors
wirelesstools ranger apvlv
fontconfig 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 rustup
];
}