stockholm/makefu/2configs/tools/core.nix

57 lines
729 B
Nix
Raw Normal View History

2017-03-01 14:45:50 +00:00
{ pkgs, ... }:
# tools i use when actually working with the host.
# package version will now be maintained by nix-rebuild
#
# essentially `nix-env -q` of the main user
{
krebs.per-user.makefu.packages = with pkgs; [
at_spi2_core
acpi
bc
2017-03-01 15:23:12 +00:00
rsync
2017-03-01 14:45:50 +00:00
exif
file
2017-05-02 12:04:01 +00:00
# fs
2017-03-01 14:45:50 +00:00
ntfs3g
2017-05-02 12:04:01 +00:00
dosfstools
2017-03-01 14:45:50 +00:00
pv
sshpass
usbutils
p7zip
hdparm
inetutils
ncftp
mutt
tcpdump
sysstat
which
weechat
wol
tmux
2017-05-02 12:04:01 +00:00
iftop
mkpasswd
# storage
2017-03-01 14:45:50 +00:00
smartmontools
2017-03-01 15:23:12 +00:00
cifs-utils
2017-05-02 12:04:01 +00:00
# net
wget
curl
2017-03-01 14:45:50 +00:00
2017-05-02 12:04:01 +00:00
# stockholm
git
gnumake
jq
parallel
proot
populate
rxvt_unicode.terminfo
2017-03-01 14:45:50 +00:00
krebspaste
2017-05-02 12:04:01 +00:00
# TODO:
taskwarrior
2017-03-01 14:45:50 +00:00
pass
];
}