gui: Add 32bit OpenGL

pull/30/head
Simon Bruder 2021-01-01 12:33:13 +01:00
parent 58d667f6b8
commit a16b0e260c
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 3 additions and 0 deletions

View File

@ -8,5 +8,8 @@ lib.mkIf config.sbruder.gui.enable {
extraPackages = [ ];
};
# steam (and other high quality software) still ships 32 bit binaries
hardware.opengl.driSupport32Bit = lib.mkIf pkgs.stdenv.isx86_64 true;
services.logind.lidSwitchDocked = config.services.logind.lidSwitch;
}