about summary refs log tree commit diff
diff options
context:
space:
mode:
-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