From 8bacb23ad46c7c4feb8ba097ce2c221579065c2e Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 1 Mar 2017 15:45:50 +0100 Subject: m 5 esptool: ninit --- makefu/2configs/tools/core.nix | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 makefu/2configs/tools/core.nix (limited to 'makefu/2configs/tools/core.nix') diff --git a/makefu/2configs/tools/core.nix b/makefu/2configs/tools/core.nix new file mode 100644 index 00000000..56d60812 --- /dev/null +++ b/makefu/2configs/tools/core.nix @@ -0,0 +1,41 @@ +{ 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 + exif + file + ntfs3g + pv + proot + sshpass + usbutils + p7zip + hdparm + inetutils + ncftp + mutt + tcpdump + sysstat + which + weechat + curl + wget + wol + tmux + smartmontools + iftop + + cac-api + cac-panel + krebspaste + ledger + pass + ]; +} -- cgit v1.2.3 From 87cd7cd9afc1f28927f3b605f1fe97047eeaf18c Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 1 Mar 2017 16:23:12 +0100 Subject: m 2 tools: update --- makefu/2configs/tools/core.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'makefu/2configs/tools/core.nix') diff --git a/makefu/2configs/tools/core.nix b/makefu/2configs/tools/core.nix index 56d60812..86d72c66 100644 --- a/makefu/2configs/tools/core.nix +++ b/makefu/2configs/tools/core.nix @@ -9,12 +9,14 @@ at_spi2_core acpi bc + rsync exif file ntfs3g pv proot sshpass + populate usbutils p7zip hdparm @@ -30,7 +32,10 @@ wol tmux smartmontools + cifs-utils iftop + taskwarrior + mplayer cac-api cac-panel -- cgit v1.2.3