mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
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:
parent
d9bbb2e267
commit
13e6407381
@ -50,7 +50,7 @@
|
||||
environment.sessionVariables = {
|
||||
LC_ALL = "ja_JP.UTF-8";
|
||||
TZ = "Asia/Tokyo";
|
||||
WINEPREFIX = "/home/user/wine";
|
||||
WINEPREFIX = "/mnt/wine";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user