about summary refs log tree commit diff
path: root/packages.nix
diff options
context:
space:
mode:
Diffstat (limited to 'packages.nix')
-rw-r--r--packages.nix98
1 files changed, 98 insertions, 0 deletions
diff --git a/packages.nix b/packages.nix
new file mode 100644
index 00000000..b94baf41
--- /dev/null
+++ b/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
+  ];
+}