summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-07-16 06:34:33 +0200
committertv <tv@shackspace.de>2015-07-16 06:34:33 +0200
commit6f75f0c5269a5cb9042832c47b3d23819539a2c9 (patch)
tree8990dee870181ca1c8e55b8e3b32a57398f82c7c /1systems
parentd4fff63c0beccdd2638d570f6b9a2efaa996639e (diff)
1 tv wu: add systemPackages
Diffstat (limited to '1systems')
-rw-r--r--1systems/tv/wu.nix97
1 files changed, 97 insertions, 0 deletions
diff --git a/1systems/tv/wu.nix b/1systems/tv/wu.nix
index f3662d50..572416b3 100644
--- a/1systems/tv/wu.nix
+++ b/1systems/tv/wu.nix
@@ -21,6 +21,103 @@ with lib;
};
}
{
+ environment.systemPackages = with pkgs; [
+
+ # shitment
+ git
+ gnumake
+
+ # root
+ cryptsetup
+ ntp # ntpate
+
+ # tv
+ bind # dig
+ file
+ gitAndTools.qgit
+ gnupg21
+ haskellPackages.hledger
+ htop
+ jq
+ manpages
+ mkpasswd
+ mpv
+ netcat
+ nix-repl
+ nmap
+ p7zip
+ pavucontrol
+ posix_man_pages
+ qrencode
+ sxiv
+ texLive
+ tmux
+ weechat
+ zathura
+
+ #ack
+ #apache-httpd
+ #ascii
+ #bc
+ #emacs
+ #es
+ #esniper
+ #gcc
+ #gptfdisk
+ #graphviz
+ #haskellPackages.cabal2nix
+ #haskellPackages.ghc
+ #haskellPackages.shake
+ #hdparm
+ #i7z
+ #iftop
+ #imagemagick
+ #inotifyTools
+ #iodine
+ #iotop
+ #lshw
+ #lsof
+ #minicom
+ #mtools
+ #ncmpc
+ #neovim
+ #nethogs
+ #nix-prefetch-scripts #cvs bug
+ #openssl
+ #openswan
+ #parallel
+ #parted
+ #perl
+ #powertop
+ #ppp
+ #proot
+ #pythonPackages.arandr
+ #pythonPackages.urlwatch
+ #pythonPackages.youtube-dl
+ #racket
+ #rxvt_unicode-with-plugins
+ #scrot
+ #sec
+ #silver-searcher
+ #sloccount
+ #smartmontools
+ #socat
+ #sshpass
+ #strongswan
+ #sysdig
+ #sysstat
+ #tcpdump
+ #tlsdate
+ #unetbootin
+ #utillinuxCurses
+ #wvdial
+ #xdotool
+ #xkill
+ #xl2tpd
+ #xsel
+ ];
+ }
+ {
imports = [ ../../3modules/tv/iptables.nix ];
tv.iptables = {
enable = true;