From 46138f18361f3bd914f2adf1324cdca39b23b1a4 Mon Sep 17 00:00:00 2001 From: Nathan Braswell Date: Thu, 12 Jan 2023 02:22:33 -0500 Subject: [PATCH] Update to reference dri --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a132150..2348035 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ Run `nix develop` to drop into a shell with the needed wine and winetricks. +Make sure to have previously put the options +``` +hardware.opengl.driSupport = true; +hardware.opengl.driSupport32Bit = true; +``` +in your NixOS config to make sure you have Vulkan support installed in Mesa. + Then follow the comments. Reproduced here: (replace nathan with your user, both in these commands and in the flake) ```