about summary refs log tree commit diff
path: root/collections/aszlig.nix
Commit message (Collapse)AuthorAgeFilesLines
* 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>