From 9b00ef30a0543ce74aef290a27b5831edf26d567 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 18 Mar 2015 03:30:20 +0100 Subject: 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 --- .../user/aszlig/profiles/workstation/packages.nix | 98 ++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 modules/user/aszlig/profiles/workstation/packages.nix (limited to 'modules/user/aszlig/profiles/workstation/packages.nix') diff --git a/modules/user/aszlig/profiles/workstation/packages.nix b/modules/user/aszlig/profiles/workstation/packages.nix new file mode 100644 index 00000000..b94baf41 --- /dev/null +++ b/modules/user/aszlig/profiles/workstation/packages.nix @@ -0,0 +1,98 @@ +{ 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 + ]; +} -- cgit 1.4.1