Enable wine on odo and update nix_builder.

This commit is contained in:
Tom Alexander
2026-07-18 14:49:47 -04:00
parent 24f4a8c2d9
commit 1183984bb0
3 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
config = lib.mkIf (config.me.wine.enable && config.me.graphical) {
environment.systemPackages = with pkgs; [
# wineWowPackages.stable # supports 32 + 64 bit
wineWowPackages.waylandFull # Supports 32 + 64 bit with native wayland support.
wineWow64Packages.waylandFull # Supports 32 + 64 bit with native wayland support.
# winetricks
];
};