Created
September 24, 2013 14:49
-
-
Save domenkozar/6685897 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| environment.systemPackages = with pkgs; [ | |
| # generally useful tools | |
| links2 | |
| wgetpaste | |
| pwgen | |
| curl | |
| vimHugeX | |
| gitFull | |
| #gitAndTools.tig | |
| subversion | |
| mercurial | |
| autojump # doesnt keep history | |
| anki | |
| sqlite | |
| sshfsFuse | |
| fuse | |
| ncmpcpp | |
| mplayer2 | |
| jwhois | |
| dos2unix | |
| gnumake | |
| libevent | |
| vifm | |
| patchelf | |
| bittorrentSync | |
| reaverwps | |
| unetbootin | |
| gcc | |
| pythonPackages.tarman | |
| sysstat | |
| nixops | |
| speedtest_cli | |
| mosh | |
| ipsecTools | |
| # sys tools | |
| rmlint | |
| extundelete | |
| hdparm | |
| aircrackng | |
| tmux | |
| gnupg | |
| wget | |
| nmap | |
| ncdu | |
| telnet | |
| unzip | |
| unrar | |
| psmisc | |
| # X apps | |
| dmenu | |
| rxvt_unicode | |
| i3status | |
| i3lock | |
| # TODO: make it a floating window so it's not annoying | |
| p7zip | |
| gmpc | |
| pavucontrol | |
| xarchive # TODO: add to xfce4 package | |
| pa_applet | |
| dunst # notifications | |
| xfce.thunar_archive_plugin | |
| #arandr | |
| wireshark | |
| deluge | |
| gnucash | |
| gimp_2_8 | |
| calibre | |
| skype | |
| dropbox | |
| libreoffice | |
| vlc | |
| #teamviewer8 # TODO: changes hash all the time, didnt find an url that includes version name | |
| evince | |
| wine | |
| networkmanagerapplet | |
| # browsers | |
| firefoxWrapper | |
| chromiumWrapper | |
| opera | |
| # games | |
| #spring | |
| #springLobby | |
| teeworlds | |
| #xonotic | |
| # postgresql | |
| pgadmin | |
| # development | |
| nodePackages.jshint | |
| nodePackages.ungit | |
| phantomjs | |
| # deus_lex | |
| # TODO: move to dev.nix | |
| pdf2htmlex | |
| netpbm | |
| xpdf # pdftotext | |
| # python stuff | |
| pypy | |
| cython | |
| python27Full | |
| python26Full | |
| python33 | |
| python32 | |
| pythonPackages.virtualenv | |
| pythonPackages.flake8 | |
| pythonPackages.pillow | |
| pythonPackages.mrbob | |
| pythonPackages.bpython | |
| (pkgs.haskellPackages.ghcWithPackages (self : [ | |
| self.json | |
| self.curl | |
| ])) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment