diff options
author | makefu <github@syntax-fehler.de> | 2017-11-08 10:47:36 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-11-08 10:47:36 +0100 |
commit | 5a25b91d1d0b2380371ead7fee04e33bfa0814af (patch) | |
tree | bf64ea7ccb8b8475b12e422dd80befb97b5971a6 /makefu/2configs/tools/core.nix | |
parent | 328f9ffdac31e164ca34cadb5db3065ba0456686 (diff) |
ma tools: add lsof
Diffstat (limited to 'makefu/2configs/tools/core.nix')
-rw-r--r-- | makefu/2configs/tools/core.nix | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/makefu/2configs/tools/core.nix b/makefu/2configs/tools/core.nix index 8a15ae2e7..eced961be 100644 --- a/makefu/2configs/tools/core.nix +++ b/makefu/2configs/tools/core.nix @@ -5,38 +5,43 @@ # # essentially `nix-env -q` of the main user { - krebs.per-user.makefu.packages = with pkgs; [ + environment.systemPackages = with pkgs; [ at_spi2_core acpi bc rsync exif file + lsof + which + # fs - ntfs3g + cifs-utils dosfstools + ntfs3g + smartmontools + + # io pv sshpass usbutils p7zip hdparm + + # net + wget + curl inetutils ncftp - mutt tcpdump sysstat - which - weechat wol - tmux iftop + mkpasswd - # storage - smartmontools - cifs-utils - # net - wget - curl + mutt + weechat + tmux # stockholm git |