diff options
author | lassulus <lass@lassul.us> | 2017-03-07 19:44:03 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-03-07 19:44:03 +0100 |
commit | 8061bed274adf680aa4cd68c5ca052fdf7743f55 (patch) | |
tree | 2edc06fa450aef2ea0e74943b13082e18d149154 /makefu/2configs/tools/core.nix | |
parent | e1045698d6e563ec9ad10cb1b0036252a34a010a (diff) | |
parent | c04b08ab7e7967038e5ce9b494aafbbfc206d307 (diff) |
Merge remote-tracking branch 'onondaga/master'
Diffstat (limited to 'makefu/2configs/tools/core.nix')
-rw-r--r-- | makefu/2configs/tools/core.nix | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/makefu/2configs/tools/core.nix b/makefu/2configs/tools/core.nix new file mode 100644 index 000000000..86d72c662 --- /dev/null +++ b/makefu/2configs/tools/core.nix @@ -0,0 +1,46 @@ +{ 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 + rsync + exif + file + ntfs3g + pv + proot + sshpass + populate + usbutils + p7zip + hdparm + inetutils + ncftp + mutt + tcpdump + sysstat + which + weechat + curl + wget + wol + tmux + smartmontools + cifs-utils + iftop + taskwarrior + mplayer + + cac-api + cac-panel + krebspaste + ledger + pass + ]; +} |