feat(wine): use wayland wine, 32bit support

This commit is contained in:
winston 2023-05-26 21:59:31 +02:00
parent 5633380724
commit 482acdb0e9
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 3 additions and 1 deletions

View file

@ -35,11 +35,12 @@ in {
environment.systemPackages = with pkgs; [
(discord.override {withOpenASAR = true;})
cabextract
gnome.gnome-boxes
heroic
lutris
nur.repos.nekowinston.discover-overlay
wineWowPackages.staging
wineWowPackages.waylandFull
winetricks
];

View file

@ -24,6 +24,7 @@ in {
boot.extraModulePackages = [kernel.v4l2loopback];
hardware.opengl = {
enable = true;
driSupport32Bit = true;
extraPackages = with pkgs; [
intel-media-driver
vaapiIntel