From 982f6a354fae14d3b696b4dabd67a68716a25dca Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 4 Mar 2023 17:33:08 +0100 Subject: 32 bit wine with opengl unfortunately not wayland-wine, but with that anno doesn't work. --- ilex/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'ilex/configuration.nix') diff --git a/ilex/configuration.nix b/ilex/configuration.nix index 640b1bd..e265207 100644 --- a/ilex/configuration.nix +++ b/ilex/configuration.nix @@ -12,6 +12,7 @@ networking.firewall.allowedTCPPorts = [ 5000 ]; boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_1; + hardware.opengl.driSupport32Bit = true; # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; -- cgit v1.2.3