about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-02-23 17:12:42 +0100
committerProfpatsch <mail@profpatsch.de>2017-03-03 21:05:29 +0100
commit27153eacb5fc0a5e2956085fc1342da562de01df (patch)
treec09ffedbadff61f617ae81123ccb838bfbc112f7 /machines
parent0b0763ffd0be393722d16008a2c4d17db69acede (diff)
machines/katara: opengl 32bit support for steam
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/katara.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index d97f7d26..f7f671fc 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -39,6 +39,9 @@ in {
       # for Pillars of Eternity
       support32Bit = true;
     };
+    # steam
+    hardware.opengl.driSupport32Bit = true;
+
 
     # needed by some games (TODO: general module for games)
     # hardware.opengl.driSupport32Bit = true;
@@ -174,6 +177,7 @@ in {
       tmpPkgs = [
         # TODO needs user service
         redshift   # increases screen warmth at night (so i don’t have to feel cold)
+        # on remove keep pdfjam!
         (texlive.combine { inherit (texlive) scheme-medium latexmk IEEEtran needspace; })
       ];
     in systemPkgs ++ xPkgs ++ guiPkgs