From 7f2e3955a124e5f645537c5583b1a2f6bd321238 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 9 Jan 2013 21:12:12 +0100 Subject: nixpkgs: Move package list into ../collections. Signed-off-by: aszlig --- collections/aszlig.nix | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 collections/aszlig.nix (limited to 'collections/aszlig.nix') diff --git a/collections/aszlig.nix b/collections/aszlig.nix new file mode 100644 index 00000000..f820c749 --- /dev/null +++ b/collections/aszlig.nix @@ -0,0 +1,81 @@ +pkgs: + +{ + haskell = with pkgs.haskellPackages; [ + ghc cabalInstall hlint + darcs + diagrams + yesod yesodStatic yesodDefault yesodTest + hjsmin persistentSqlite + ]; + + python = with pkgs.pythonPackages; [ + pkgs.python3 + pkgs.python + pep8 + polib + ]; + + shell = with pkgs; [ + zsh dash + taskwarrior + screen + htop + bc + lftp + mmv + ncdu + surfraw + w3m + fbida + mutt + vlock + ]; + + multimedia = with pkgs; [ + pulseaudio pvolctrl + MPlayer + vorbisTools + mpg321 + mp3info + ]; + + crypto = with pkgs; [ + gnupg1compat openssh + keychain + ]; + + dev = with pkgs; [ + manpages + posix_man_pages + gitFull + gdb + gnumake + vim_configurable + ltrace strace + ]; + + net = with pkgs; [ + netrw + nmap + socat + ]; + + x11 = with pkgs; [ + i3 i3lock i3status dmenu conky + tkabber + tkabber_plugins + xpdf + ]; + + misc = with pkgs; [ + lastwatch + chromiumBetaWrapper + glxinfo + imagemagick + graphviz + youtubeDL + ghostscript + rtorrent + ]; +} -- cgit 1.4.1