Migrate to new 32-bit graphics option
This commit is contained in:
parent
adc5fd4918
commit
a09efec573
|
@ -30,7 +30,7 @@ lib.mkIf config.sbruder.gui.enable {
|
||||||
services.udisks2.enable = true;
|
services.udisks2.enable = true;
|
||||||
|
|
||||||
# steam (and other high quality software) still ships 32 bit binaries
|
# steam (and other high quality software) still ships 32 bit binaries
|
||||||
hardware.opengl.driSupport32Bit = lib.mkDefault pkgs.stdenv.isx86_64;
|
hardware.graphics.enable32Bit = lib.mkDefault pkgs.stdenv.isx86_64;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
pkgs.gnome3.adwaita-icon-theme # lutris requires system-wide installation
|
pkgs.gnome3.adwaita-icon-theme # lutris requires system-wide installation
|
||||||
|
|
Loading…
Reference in a new issue