Switch from wine-staging to wineWowPackages.waylandFull

This causes more programs to work and seems to be the most popular
package for wine on NixOS, so it should be preferred in all cases.
This commit is contained in:
Donovan Glover 2023-06-16 07:58:33 -04:00
parent 69bd0757d2
commit cac5d0c159
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -50,7 +50,7 @@ let VARIABLES = import ../src/variables.nix; in {
environment.systemPackages = with pkgs; [
kitty
wine-staging
wineWowPackages.waylandFull
winetricks
];