dotfiles/nixos/cli.nix

19 lines
608 B
Nix
Raw Normal View History

2019-11-23 09:03:58 +00:00
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
2020-02-22 15:02:48 +00:00
wget git gnupg curl tmux python36Packages.glances htop atop pciutils powertop ripgrep-all fd dnsutils du-dust
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
2020-03-07 01:57:00 +00:00
fontconfig gcc gdb
2019-11-23 09:03:58 +00:00
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
2020-03-23 12:46:24 +00:00
docker-compose rustup
2019-11-23 09:03:58 +00:00
];
}