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

48 lines
636 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
ntfs3g
pv
proot
sshpass
2017-03-01 15:23:12 +00:00
populate
2017-03-01 14:45:50 +00:00
usbutils
p7zip
hdparm
inetutils
ncftp
mutt
tcpdump
sysstat
which
weechat
curl
wget
wol
tmux
smartmontools
2017-03-01 15:23:12 +00:00
cifs-utils
2017-03-01 14:45:50 +00:00
iftop
2017-03-01 15:23:12 +00:00
taskwarrior
mplayer
2017-03-01 14:45:50 +00:00
cac-api
cac-panel
krebspaste
2017-04-17 11:13:07 +00:00
krebszones
2017-03-01 14:45:50 +00:00
ledger
pass
];
}