about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* katara: fish as login shellProfpatsch2016-01-061-2/+4
|
* katara: gajim -> poezioProfpatsch2016-01-061-2/+1
|
* katara: new programsProfpatsch2016-01-061-5/+1
|
* Merge branch 'master' of github.com:openlab-aux/vuizvuiProfpatsch2016-01-011-13/+30
|\
| * machines/haenk: Switch to my version of Vimaszlig2016-01-011-2/+4
| | | | | | | | | | | | | | I'm probably the only one using Vim on this machine, so it makes sense to use a sane Vim configuration here. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * machines/haenk: Add cdparanoia to systemPackagesaszlig2016-01-011-3/+3
| | | | | | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * machines/haenk: Sort nixpkgs.config attributesaszlig2016-01-011-3/+4
| | | | | | | | | | | | | | It's not alphabetically sorted, but so that it's a little bit easier to read. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * machines/haenk: Fix evaluationaszlig2016-01-011-1/+1
| | | | | | | | | | | | Finger fart, I should have tested this with nix-instantiate. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * machines/haenk: Enable pepper flash for Chromiumaszlig2016-01-011-0/+1
| | | | | | | | | | | | | | Unfortunately there are still too many flash-only sites out there so that we could disable it for non-technical people. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * machines/haenk: Enable PulseAudio everywhereaszlig2016-01-011-10/+15
| | | | | | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * machines/haenk: Override Mesa using LLVM 3.6aszlig2016-01-011-1/+9
| | | | | | | | | | | | | | | | Since NixOS/nixpkgs@3e96b76, LLVM 3.7 is the default for all packages, including Mesa. Unfortunately, the NV44M GPU drivers do not seem to like this very much. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | katara: new programsProfpatsch2016-01-011-1/+5
|/
* katara: haskell packages ++Profpatsch2015-12-281-0/+3
|
* katara: taffybar patchProfpatsch2015-12-273-2/+84
|
* pkgs: show-qr-codeProfpatsch2015-12-273-0/+30
|
* katara: global nixpkgs config as user configProfpatsch2015-12-271-1/+1
|
* katara: pre-build rustcProfpatsch2015-12-271-0/+1
|
* machines/haenk: Fix build of ipw2x00 firmwareaszlig2015-12-271-6/+6
| | | | | | | The upstream SVN repository is no longer available and is now a Git repository, so let's fetch the newest version from that. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/aszlig: Add managed machine "haenk"aszlig2015-12-272-0/+79
| | | | | | | Another machine I manage for someone else, currently nothing too fancy or complex here yet, except that it's very old hardware. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* labnet/labtop: Move Greybird XFCE theme into pkgs/aszlig2015-12-273-23/+28
| | | | | | | We're going to use it for another machine, so it makes sense to put it inside the pkgs.vuizvui namespace to be available for all machines. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* katara: taffybar environmentProfpatsch2015-12-262-8/+13
|
* katara: wkthlmtopdf in other packagesProfpatsch2015-12-251-3/+8
|
* katara: ankiProfpatsch2015-12-221-0/+1
|
* katara: include thinkpad moduleProfpatsch2015-12-221-13/+2
|
* hardware.tinkpad: module for thinkpad optionsProfpatsch2015-12-222-0/+32
|
* manual: improve first-time setupProfpatsch2015-12-221-1/+9
|
* profiles/workstation: Reboot 30m after panicaszlig2015-12-211-1/+1
| | | | | | | | | | Just happened to have a kernel panic on mmrnmhrm and no way to physically access the machine, which is quite a bummer. While we can't prevent kernel panics, we can at least prevent the machine to hang indefinitely. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* pkgs/tomahawk: Fix quazip evaluation erroraszlig2015-12-211-2/+2
| | | | | | | | In NixOS/nixpkgs@1d33148, quazip moved from a top-level attribute down to a sub-attribute of qt5LibsFun, which in turn gets exposed via the "qt5" top-level attribute. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* fliewatüt: Added addtional packages plus steam fixlukasepple2015-12-201-4/+18
|
* Add missing ;lukasepple2015-12-191-1/+1
| | | | Not my day I guess. Aahhhhhhh
* Add missing {}lukasepple2015-12-191-1/+1
| | | | I am stupid
* Further additions to fliewatuetlukasepple2015-12-191-1/+11
|
* Add fliewatuet to machines/default.nixlukasepple2015-12-191-0/+3
|
* Adds my nixos laptoplukasepple2015-12-191-0/+248
|
* katara: clean upProfpatsch2015-12-181-68/+59
|
* katara: remove some boot configProfpatsch2015-12-181-2/+1
|
* katara: document packagesProfpatsch2015-12-181-59/+57
|
* katara: misc changesProfpatsch2015-12-181-7/+4
|
* katara: misc programsProfpatsch2015-12-181-1/+5
|
* katara: add taffybar dependenciesProfpatsch2015-12-181-1/+7
|
* katara: offlineimap wrapper (for gpg unlock)Profpatsch2015-12-182-5/+10
|
* katara: Remove lyx fuckeryProfpatsch2015-12-181-15/+1
|
* profiles/base: Enable beets-alternatives pluginaszlig2015-12-181-0/+3
| | | | | | | | This has been introduced in NixOS/nixpkgs@662ab05 and it's quite useful for creating USB sticks for crappy audio players which are only able to read crappy audio formats ;-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* profiles/tests: Add networking.*.loopback testaszlig2015-12-181-0/+3
| | | | | | | | | | | | I've added that test in NixOS/nixpkgs@4c61faa and it fails at the moment, still leaving the channels in a broken state in regards to networkd. The reason I'm doing this anyway is to ensure I won't forget to add that test here as well. We can't easily go back to the "not broken" state anymore, except if we roll back to a version with systemd < 228. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/notsure: Drop kwallet from systemPackagesaszlig2015-12-171-1/+0
| | | | | | | It's already included by services.xserver.desktopManager.kde5.enable so we really don't need to keep it around in systemPackages. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines/notsure: Fix evaluationaszlig2015-12-171-1/+1
| | | | | | See 6184dfd33d07c7c7abf93adb2174197dbdfabb11 for more information. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* pkgs/tomahawk: Fix evaluationaszlig2015-12-171-3/+3
| | | | | | | | | | Since NixOS/nixpkgs@0a81a0d, kf5_latest expects an attribute set as an argument (in this case the attribute set/scope for qt55libs). This however is passed by kde5_latest, so let's switch to use that attribute set instead. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* lib/call-machine: Fix evaluation of ISO imagesaszlig2015-12-151-1/+1
| | | | | | | | | Regression introduced by 8c1b7661ae7801233df2ef5cacb07c7382d74fdd. We now have an "eval" attribute, so we shouldn't try to reference or shadow it. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* doc/install: Replace .use with .configaszlig2015-12-151-1/+1
| | | | | | | | | Since 8c1b766, we do not have the .use attribute anymore. This repository aims to have experimental stuff that's not in nixpkgs, so we do not care about backwards-compatibility. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* lib/call-machine: Clean up expressionaszlig2015-12-153-35/+39
| | | | | | | | | | | | | | | This gets rid of the use attribute, which is now called "config". We had the "config" attribute before but it was kinda pointless, because it was just the import of the path and nothing else. So the config attribute now is the machine configuration with all of the vuizvui modules imported as well. The "build" attribute is now called "eval", which is more appropriate, because it's the evaluation of the configuration and not the finished system build. Signed-off-by: aszlig <aszlig@redmoonstudios.org>