dotfiles/nixos/cli.nix

19 lines
600 B
Nix
Raw Normal View History

2019-11-23 09:03:58 +00:00
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
2019-11-23 09:27:28 +00:00
wget git gnupg curl tmux python36Packages.glances htop atop pciutils powertop ripgrep-all fd dnsutils
2019-11-23 09:03:58 +00:00
( 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
2020-02-12 14:07:33 +00:00
calcurse file python37Packages.binwalk-full
2019-12-16 10:19:52 +00:00
nixops imagemagick
2019-12-31 23:48:09 +00:00
docker-compose
2019-11-23 09:03:58 +00:00
];
}