gui: Add 32bit OpenGL
This commit is contained in:
parent
58d667f6b8
commit
a16b0e260c
|
@ -8,5 +8,8 @@ lib.mkIf config.sbruder.gui.enable {
|
||||||
extraPackages = [ ];
|
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;
|
services.logind.lidSwitchDocked = config.services.logind.lidSwitch;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue