about summary refs log tree commit diff
path: root/collections
Commit message (Collapse)AuthorAgeFilesLines
* collections: Correct package for Yesod scaffolder.aszlig2014-07-161-1/+1
| | | | | | | The scaffolder is now in yesod-bin, so we don't need all that cruft hanging around anymore. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* collections: Add nix-prefetch-scripts.aszlig2014-07-161-0/+1
| | | | | | | I'm using these quite frequently, so it really makes sense to put it here by default. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* collections: Remove most Haskell libraries.aszlig2014-07-161-10/+0
| | | | | | | I'm using nix-build for Haskell development for quite some time and thus do not need to keep around that cruft in my environment. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* collections: Remove GCC wrapper.aszlig2014-05-021-1/+0
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* collections: Add more commonly used packages.aszlig2014-05-021-1/+14
| | | | | | | This means I can finally wipe out my env with all that crap I played around with but don't actually need. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* chromium: Disable PepperPDF.aszlig2014-05-021-1/+0
| | | | | | I really prefer xpdf to view PDF documents. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* collections: Don't use NSAPI wrapper for Chromium.aszlig2014-04-211-1/+4
| | | | | | | We're now using the PepperAPI Flash version, which is mainly for testing purposes. In the long run, the goal is to get rid of Flash entirely. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* collections: Sort package lists by name.aszlig2014-03-171-32/+42
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* collections: Add common packages from user env.aszlig2014-03-171-1/+22
| | | | | | | | I'm not using all of them in a regular basis, but some packages such as Gimp really need a ton of time to build, so let's build them on our Hydra. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* gajim: Enable speller and use DE and EN languages.aszlig2013-06-071-0/+2
| | | | | | | | Might get annoying someday, but until this is the case, let's activate it. This of course needs the aspell dictionaries for german and english, so add them to the env collections as well. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* collections: Remove pkgs already in common.nix.aszlig2013-06-071-3/+1
| | | | | | | It doesn't really make sense to put them in two environments, so let's remove them from aszlig-env. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Move over from TKabber to Gajim.aszlig2013-05-251-3/+1
| | | | | | | | | | | | | | This not only patches the desired configuration into Gajim itself but also enforces a specific GTK+ theme to be used for Gajim only. The main reason for that is to mimic the look of my previos TKabber theme and configuration. For the gory details, have a look at the patch. Basically we just use the config from the nix store as a default configuration file and only add changed lines to the configuration in the home directory. That way we can still play around with options while not killing our base configuration. If we want to make something permanent, we can just move it into the nix config. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* collections: Add a few more packages.aszlig2013-04-121-0/+6
| | | | | | | These packages were usually lurking around in my user env, so let's move them to the collections. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Add tkabber urgent plugin.aszlig2013-02-071-0/+1
| | | | | | | | | This is particularily useful sometimes to activate if you actually _want_ to be interrupted in your work flow. It is within the Tkabber 3rd party plugins repository. So maybe we want to package the plugin repository in upstream nixpkgs? Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* collections: Renome MPlayer to mplayer.aszlig2013-02-071-1/+1
| | | | | | | | This is due to the following commit in nixpkgs: NixOS/nixpkgs@f59881fc30d3e72d72f6f2e9e3688226bea0d2e9 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* collections: Add hexedit instead of htop.aszlig2013-01-141-1/+1
| | | | | | Remove htop, because it is now in the system environment. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* collections: Avoid repetitious use of "with pkgs".aszlig2013-01-091-9/+11
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixpkgs: Move package list into ../collections.aszlig2013-01-091-0/+81
Signed-off-by: aszlig <aszlig@redmoonstudios.org>