diff options
author | stuebinm | 2023-03-04 17:33:08 +0100 |
---|---|---|
committer | stuebinm | 2023-03-04 17:33:08 +0100 |
commit | 982f6a354fae14d3b696b4dabd67a68716a25dca (patch) | |
tree | deac741dcdeb050edc6b2fdadf12b46ea0b1eea4 /ilex | |
parent | bb702918cb74541687aa013c84fcf9749c039610 (diff) |
32 bit wine with opengl
unfortunately not wayland-wine, but with that anno doesn't work.
Diffstat (limited to 'ilex')
-rw-r--r-- | ilex/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; |