about summary refs log tree commit diff
path: root/packages.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-08-04 02:14:51 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-08-04 02:14:51 +0200
commit9e6427567f540f75baf2e47fe6f8e6607d31cabc (patch)
tree3eb008c9a9abc049f505aa97f3ba2cc703ed0cdd /packages.nix
parentc842ed7d1c75a456cdb40066fd3d758f0a776f07 (diff)
Move all aszligEnv packages to systemPackages.
As we have a build farm at our disposal, it really makes sense to put
the whole set of packages + overrides into systemPackages. The new
packages list is now sorted by name rather than category so it's easier
to spot duplicates.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'packages.nix')
-rw-r--r--packages.nix93
1 files changed, 93 insertions, 0 deletions
diff --git a/packages.nix b/packages.nix
new file mode 100644
index 00000000..7a1f170b
--- /dev/null
+++ b/packages.nix
@@ -0,0 +1,93 @@
+{ pkgs, ... }:
+
+{
+  environment.systemPackages = with pkgs; [
+    apg
+    ascii
+    aspellDicts.de
+    aspellDicts.en
+    axbo
+    bc
+    chromiumBeta
+    dash
+    dos2unix
+    erlang
+    fbida
+    ffmpeg
+    figlet
+    firefox
+    flac
+    gajim
+    gdb
+    ghostscript
+    gimp
+    gitAndTools.hub
+    gitFull
+    glxinfo
+    gnumake
+    gnupg1compat
+    graphviz
+    haskellPackages.cabal2nix
+    haskellPackages.hlint
+    haskellPackages.yesodBin
+    haxe
+    hexedit
+    i3
+    i3lock
+    imagemagick
+    jwhois
+    keychain
+    lastwatch
+    lftp
+    ltrace
+    manpages
+    miro
+    mmv
+    mp3info
+    mpg321
+    mplayer
+    mtr
+    mutt
+    ncdu
+    neko
+    netrw
+    nix-prefetch-scripts
+    nix-repl
+    nixops
+    nixpkgs-lint
+    nmap
+    openssh
+    openssl
+    p7zip
+    pavucontrol
+    picard
+    posix_man_pages
+    pulseaudio
+    pvolctrl
+    python
+    python3
+    pythonPackages.hetzner
+    pythonPackages.pep8
+    pythonPackages.polib
+    rlwrap
+    rtorrent
+    samplicator
+    screen
+    scrot
+    socat
+    sqlite
+    strace
+    surfraw
+    taskwarrior
+    telnet
+    unzip
+    uqm
+    valgrind
+    vbindiff
+    vorbisTools
+    w3m
+    wireshark
+    xpdf
+    youtubeDL
+  ];
+}