about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Add a README describing vuizvui.aszlig2014-11-041-0/+15
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* bfqsched: Update patches to 3.17.0-v7r6.aszlig2014-11-042-44/+5
| | | | | | Although we're building for 3.18, the patch should still apply. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* vim: Use correct name for single vimscript files.aszlig2014-11-011-2/+7
| | | | | | | | | Just threw me out of zone, because I was terribly annoyed on why the hell Python indentation isn't done correctly anymore. If the file path is something like "indent/script4316.vim", Vim won't load it because it's searching for "indent/$ftname.vim". Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* zsh: Prevent building the newuser module.aszlig2014-10-301-2/+2
| | | | | | BE. GONE. NOW! kthxbai! Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* zsh: Patch out zsh-newuser-install.aszlig2014-10-302-2/+6
| | | | | | Now it's getting really annoying. Be gone! Thanks :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides/nixops: Default to read-write-mode.aszlig2014-10-291-4/+12
| | | | | | | Added by another patch, which I'm not sure is worthwhile to include upstream. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides/nixops: Update to latest master version.aszlig2014-10-291-2/+2
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* zsh: Deactivate annoying newuser install in zshrc.aszlig2014-10-291-2/+2
| | | | | | | | | At the point where zshenv is sourced, the zsh-newuser-install function is not yet available and is loaded afterwards. As the function is only running in interactive shells anyway, let's as well put it into interactiveShellInit. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Remove obsolete chromium test override.aszlig2014-10-291-31/+0
| | | | | | | No longer needed, as I have a Hydra with a jobset doing exactly that now. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source and configs to v3.17-rc2.aszlig2014-10-293-3/+7
| | | | | | This time with an overlayfs module, yay! Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* release: Add manual for Vuizvui-specific options.aszlig2014-10-211-3/+59
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* modules/slim: Don't set defaultUser anymore.aszlig2014-10-211-1/+0
| | | | | | | I find this annoying, especially if you want to reboot and have to delete the default user first. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* common-workstation: Move SLiM stuff into a module.aszlig2014-10-213-31/+46
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* common-workstation: Color-negate SLiM NixOS logo.aszlig2014-10-211-1/+2
| | | | | | Also colorize it by 20% with white so it appears brighter. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Fix evaluation for dnyarri and mmrnmhrm.aszlig2014-10-212-4/+4
| | | | | | | | Regression is from d12dc1d671c12a5154d145b467d7de931e416238. I know who - besides of mmrnmhrm - is also farting a lot: My brain. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source and configs to v3.17-rc1.aszlig2014-10-213-12/+35
| | | | | | | Yes, no in-between-merge-window this time, because I don't have a lot of time right now to handle when things are breaking big times. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* dnyarri, mmrnmhrm: Give RT priority to Synergy.aszlig2014-10-212-0/+6
| | | | | | | I can't stand waiting for machine switches just because mmrnmhrm is currently trying to fart a lot on my nixpart tests. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* zsh: Don't share history among shell instances.aszlig2014-10-201-0/+2
| | | | | | | | I found this pretty annoying event though I initially thought it would be useful for sharing commands across shells. But turns out that I rarely need it and there is still 'fc -RI' for that. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* common-workstation: Fix eval on empty head config.aszlig2014-10-171-1/+2
| | | | | | | Broke evaluation for tishtushi and arilou, because xrandrHeads is set to an empty list over there (aka "unconfigured"). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* common-workstation: Remove eye cancer from theme.aszlig2014-10-171-3/+30
| | | | | | | | | | | | | | Or better: Remove brightness. I haven't done quite a lot to do make it really nice and shiny. Right now it only sets a darker background color and color-inverts the panel image which has the negative side-effect that the NixOS logo is yellow now, but well... it's just for the login ;-) Also, this now correctly centers the login on the leftmost screen instead of centering it across all screens. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* common-workstation: Switch back to SLiM.aszlig2014-10-171-2/+3
| | | | | | | | | Partially reverts commit bf0657a7f5fa0070d4505442c56d59fe099929ef. I really don't get used to lightdm and I get angry when I have to use the mouse for things where it isn't necessary. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* common-workstations: Add a XrandR reset command.aszlig2014-10-161-1/+14
| | | | | | | Simply a command callod "xreset", which resets the monitor configuration back to what was configured for the X server. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Enable library sharing for Miro.aszlig2014-10-141-0/+1
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* pkgs/vim: Remove obsolete config.nix.aszlig2014-10-141-287/+0
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* pkgs/vim: Add vim-addon-goto-thing-at-cursor.aszlig2014-10-131-0/+7
| | | | | | The plugins "vim-haxe" and "vim-addon-nix" need this dependency. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* tishtushi: Set standby timer for rotational disk.aszlig2014-10-131-0/+4
| | | | | | | I don't like the constant clicking after a small fart of idling, especially because it will reduce the disk life as well. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* vim: Move overrides and config into pkgs/vim.aszlig2014-10-135-9/+295
| | | | | | | | | | | The main reason for doing this is to avoid collisions with other vim variants in <nixpkgs> which are expecting an .override attribute. Moving it into pkgs/ entirely also has the advantage of being properly namespaced rather than "all over the place" and we also don't clash anymore with existing Vim packages. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* common-workstation: Add default X resource config.aszlig2014-10-131-0/+21
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* cfgfiles/vim: Add all plugins to vim config.aszlig2014-10-131-0/+196
| | | | | | | | | We're now creating an environment, which accumulates links to all Vim plugins we need in our config. The only function which is left from VAM is DefineAndBind(), which is implemented as a single stub without full VAM. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* cfgfiles: Add vim configuration without plugins.aszlig2014-10-132-0/+99
| | | | | | | | Yep, it's only a rudimentary configuration without any plugins yet, because so far I've been using VAM to manage plugins but in the end I want to have them consistent among all my machines. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* common-workstation: Add zsh configuration.aszlig2014-10-132-0/+87
| | | | | | | | | | I'm tired of copying around my zsh configuration file, which I didn't include in my NixOS configurations because it was quite messy so far. It is still a bit messy, but at least most of the old crap is gone now, and we're using programs.zsh to configure it. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines: Add new configuration for 'tishtushi'.aszlig2014-10-132-0/+47
| | | | | | | At the moment, this configuration is only preliminary and we still need to refine hardware configuration and of course the kernel configuration. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* mmrnmhrm: Drop inode_cache mount option.aszlig2014-10-131-1/+0
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* gajim/config.patch: Fix against version 0.16.aszlig2014-10-091-1/+1
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Revert "gajim: Update to v0.16-rc2."aszlig2014-10-081-11/+2
| | | | | | | | | This reverts commit aae2e9db0db3c2bd178896a68cefb49b78c9ab3e. Gajim version 0.16 is officially released, so we don't need this override anymore. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update nixops to master with patches.aszlig2014-10-061-0/+19
| | | | | | | We want to have container support and exportable none backends, as in NixOS/nixops#201. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source and configs to v3.17.0.aszlig2014-10-063-9/+14
| | | | | | | I'm not quite sure why dnyarri's kconf got so out of sync, but this includes the changes from "make oldconfig". Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* dnyarri-kconf: Re-enable multiple devpts instances.aszlig2014-10-061-0/+1
| | | | | | | I'm not sure how I've managed to drop this option, but I somehow must have been sleep deprived in d2e089ac7fd74d436eda0885f8cd4a56ff20f91e. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel sources to version 3.17.0-rc6.aszlig2014-09-271-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel sources to version 3.17.0-rc5.aszlig2014-09-201-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Revert VirtualBox kernel patch for version 3.17.aszlig2014-09-203-18/+5
| | | | | | | | | | | No longer needed for VirtualBox 3.16. This reverts the following commits: * 6fc58460ca5d7cce451aaea37ba8051b37c1bc0c * 62e2dce98704681cafe67b06e18d3e5ffa037d88 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* packages: Add mosh, sox and cabalInstall.aszlig2014-09-101-0/+3
| | | | | | | I already had cabalInstall in my packages list before, but I frequently happen to use "cabal init"... Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* i3: Fix evaluation of workspaces submodule.aszlig2014-09-101-1/+1
| | | | | | | Didn't look into it in detail, but the submodule type no longer seems to accept module paths directly. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* common-workstation: Remove createUser attribute.aszlig2014-09-101-1/+0
| | | | | | No longer needed as of NixOS/nixpkgs@1a75958. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source to version 3.17.0-rc4.aszlig2014-09-101-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source and configs to v3.17-rc3.aszlig2014-09-033-3/+11
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* dnyarri: Fix evaluation.aszlig2014-08-251-3/+3
| | | | | | | Geeesh, of course, we don't have an .override function, if we have patched beforehand. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Dirty hack to patch VirtualBox for kernel 3.17.aszlig2014-08-253-3/+17
| | | | | | | | Really, I haven't even tested if this builds, because a build process is hanging in zombie-"mode" right now. And I really don't want to reboot twice, so let's throw it at Hydra and hope everything works well, right? Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixpkgs/config: Set allowBroken to true.aszlig2014-08-251-0/+2
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* gajim: Update to v0.16-rc2.aszlig2014-08-251-2/+11
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>