containers(wine): Use prefix from mnt

This is convenient, however the state of the wine prefix will change
over time as a result of this.
This commit is contained in:
Donovan Glover 2023-07-11 07:54:09 -04:00
parent d9bbb2e267
commit 13e6407381
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -50,7 +50,7 @@
environment.sessionVariables = {
LC_ALL = "ja_JP.UTF-8";
TZ = "Asia/Tokyo";
WINEPREFIX = "/home/user/wine";
WINEPREFIX = "/mnt/wine";
};
};
};