From 27153eacb5fc0a5e2956085fc1342da562de01df Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 23 Feb 2017 17:12:42 +0100 Subject: machines/katara: opengl 32bit support for steam --- machines/profpatsch/katara.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'machines/profpatsch/katara.nix') 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 -- cgit 1.4.1