about summary refs log tree commit diff
path: root/packages.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-03-18 03:30:20 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-03-18 03:30:20 +0100
commit9b00ef30a0543ce74aef290a27b5831edf26d567 (patch)
tree0619f92d203eedc74bb9dd461d6741f2567b6de9 /packages.nix
parentec2b45fb836842abb89a14088ea84365a45019ae (diff)
packages.nix: Move into the workstation profile.
The profile is now a directory with a default.nix, which makes it more
managable without shovelling the whole packages.nix into the profile
module.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'packages.nix')
-rw-r--r--packages.nix98
1 files changed, 0 insertions, 98 deletions
diff --git a/packages.nix b/packages.nix
deleted file mode 100644
index b94baf41..00000000
--- a/packages.nix
+++ /dev/null
@@ -1,98 +0,0 @@
-{ pkgs, ... }:
-
-{
-  environment.systemPackages = with pkgs; [
-    aacolorize
-    acpi
-    apg
-    ascii
-    aspellDicts.de
-    aspellDicts.en
-    axbo
-    bc
-    beets
-    chromiumBeta
-    dash
-    dos2unix
-    erlang
-    fbida
-    ffmpeg
-    figlet
-    firefox
-    flac
-    gajim
-    gdb
-    ghostscript
-    gimp
-    glxinfo
-    gnumake
-    gnupg1compat
-    graphviz
-    haskellngPackages.cabal2nix
-    haskellngPackages.cabal-install
-    haskellngPackages.hlint
-    haskellngPackages.yesod-bin
-    haxe
-    hexedit
-    i3
-    i3lock
-    imagemagick
-    jwhois
-    keychain
-    lastwatch
-    lftp
-    ltrace
-    manpages
-    miro
-    mmv
-    mosh
-    mp3info
-    mpg321
-    mpv
-    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
-    sox
-    sqlite
-    strace
-    surfraw
-    taskwarrior
-    telnet
-    tomahawk
-    unzip
-    uqm
-    valgrind
-    vbindiff
-    vorbisTools
-    w3m
-    wireshark
-    xpdf
-    youtubeDL
-  ];
-}