Add winetricks and dxvk to lutris extra packages

This commit is contained in:
Evie Litherland-Smith 2024-08-29 15:35:08 +01:00
parent a4e7691d3a
commit 9aebfab3c6

View file

@ -4,8 +4,12 @@
pkgs.prismlauncher
pkgs.cartridges
(pkgs.lutris.override {
steamSupport = false;
extraPkgs = pkgs: with pkgs; [ wineWowPackages.waylandFull ];
extraPkgs =
pkgs: with pkgs; [
wineWowPackages.waylandFull
winetricks
dxvk
];
})
];
}