about summary refs log tree commit diff
path: root/machines/profpatsch/katara.nix
Commit message (Collapse)AuthorAgeFilesLines
...
* pkgs: Move jmtpfs to pkgs/profpatschaszlig2017-04-231-1/+1
| | | | | | | | This clearly is something currently only @Profpatsch wants, so lets move it into the user namespace. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @Profpatsch
* pkgs/profpatsch: add nmanProfpatsch2017-04-061-0/+1
|
* machines/katara: fix changes with fontconfig.ultimateProfpatsch2017-04-041-2/+4
|
* machines/katara: opengl 32bit support for steamProfpatsch2017-03-031-0/+4
|
* machines/katara: bonding is my fetishProfpatsch2017-02-231-0/+11
| | | | New-style bond wifi & ethernet, default to the faster ethernet if plugged in.
* machines/katara: improve ghci in PATH with default packagesProfpatsch2017-02-101-1/+1
|
* machines/katara: enable searx w/ patchProfpatsch2017-02-101-1/+4
| | | | | This adds a patch making the secret key in the config file unnecessary. It’s not yet upstream because the implementation got flak, but it works for now.
* pkgs/profpatsch/droopy: use own repositoryProfpatsch2017-02-101-1/+1
| | | | Patches for a nicer upload interface were added.
* machines/katara: libreoffice & sshfsProfpatsch2017-02-101-1/+2
|
* machines/katara: Don’t use networkd yetProfpatsch2017-02-061-2/+0
|
* machines/katara: alignmentProfpatsch2017-02-041-8/+8
|
* machines/katara: switch to wpa_supplicantProfpatsch2017-02-041-11/+9
| | | | nm got so slow, it’s unbearable.
* machines/katara: include devdoc outputsProfpatsch2017-01-271-0/+1
|
* machines/katara: -caba-install +picardProfpatsch2017-01-271-1/+1
|
* machines/katara: don’t ignore lid switch eventProfpatsch2017-01-271-0/+5
|
* machines/profpatsch: base.nix -> base-workstation.nixProfpatsch2017-01-261-1/+1
|
* katara: add warpspeedProfpatsch2017-01-191-7/+9
|
* machines/katara: miscProfpatsch2016-12-281-11/+1
|
* machines/katara: fix mbsync timerProfpatsch2016-11-291-1/+4
|
* machines/katara: emoji fontProfpatsch2016-11-291-0/+1
|
* machines/katara: small texlive environmentProfpatsch2016-11-291-0/+1
|
* machines/katara: fast-init is brokenProfpatsch2016-11-291-1/+1
|
* machines/katara: offlineimap -> mbsyncProfpatsch2016-11-291-10/+49
|
* machines/katara: enable searxProfpatsch2016-10-181-1/+1
|
* machines/katara: two-finger scrollingProfpatsch2016-10-181-3/+7
|
* machines/katara: use getBinProfpatsch2016-10-181-3/+4
|
* machines/katara: change fontsettingsProfpatsch2016-10-181-1/+1
|
* machines/katara: +/- some packagesProfpatsch2016-10-181-29/+39
|
* machines/katara: 32bit options for gamesProfpatsch2016-10-181-0/+4
|
* machines/katara: remove references to taffybarProfpatsch2016-10-181-5/+1
|
* Revert "runCommand -> runCommandCC"aszlig2016-10-171-84/+38
| | | | | | | | | | | | | This reverts commit e3f8d28d6be67257d70035d122263f3a35adc438 and my attempts to mitigate this in 0a50f5fab1abf2e70fd5d7a2dd717c2f2c1b983b and 3b91f25b37ea709f5c86e38a50061199bbed5341. Vuizvui is a repository for experimental stuff, but NOT a dumpster. So please refrain from pushing waste into this repository, like markers for a failed merge. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @Profpatsch
* machines/katara: Fix evaluation of all testsaszlig2016-10-171-1/+1
| | | | | | | | | | | The tests within Vuizvui currently depend on all machines to evaluate correctly. The option hardware.pulseaudio.extraDaemonConfig doesn't exist hence the evaluation fails. I assume @Profpatsch wanted to use extraConfig, which is for the default.pa. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* runCommand -> runCommandCCProfpatsch2016-10-151-38/+84
|
* machines/katara: set maxJobs to #coresProfpatsch2016-10-101-1/+1
|
* machines/katara: extract lib & add xmpp-clientProfpatsch2016-09-161-2/+3
| | | | | | | Some stuff is needed in multiple files, like the home directory. Extracted out into lib.nix. xmpp-client uses that to create a wrapper for splicing the password into the config at program invocation.
* machines/katara: disable searx againProfpatsch2016-08-291-1/+1
| | | | until fixed upstream
* machines/katara: nixpkgs offlineimap user serviceProfpatsch2016-08-291-14/+9
|
* machines/katara: fix fontconfigProfpatsch2016-08-291-13/+2
|
* machines/katara: enable vuizvui gpg-agentProfpatsch2016-08-291-11/+10
|
* machines/katara: enable searxProfpatsch2016-08-291-0/+2
|
* machines/katara: add/rm packagesProfpatsch2016-08-291-9/+11
|
* machines/katara: add fast-initProfpatsch2016-08-291-0/+1
|
* machines/katara: fix fontconfig valuesProfpatsch2016-08-231-5/+8
|
* machines/katara: enable containers againProfpatsch2016-08-071-2/+0
| | | | Follow-up for #2c44e94b5ffacc291c6eb1d554d61500ec0e4ac8.
* machines/katara: add pulseaudio streamingProfpatsch2016-08-031-3/+1
|
* machines/katara: disable containersProfpatsch2016-08-021-0/+2
|
* machines/katara: remove bad config valueProfpatsch2016-07-311-1/+0
| | | | Okay, that didn’t do what I thought it would.
* machines/katara: yolotestProfpatsch2016-07-301-0/+1
|
* machines/katara: haskell font!Profpatsch2016-07-301-0/+1
|
* machines/katara: f* libreofficeProfpatsch2016-07-301-1/+1
|