mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
fix(windows): use wineWow64Packages as default, since wineWowPackages is removed
This commit is contained in:
parent
ae5764f2e6
commit
5be1c37d3c
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ in
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
description = "Wine package to use";
|
description = "Wine package to use";
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.wineWowPackages.waylandFull;
|
default = pkgs.wineWow64Packages.waylandFull;
|
||||||
example = pkgs.winePackages.stable;
|
example = pkgs.winePackages.stable;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue