mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-16 17:50:52 +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 = {
|
environment.sessionVariables = {
|
||||||
LC_ALL = "ja_JP.UTF-8";
|
LC_ALL = "ja_JP.UTF-8";
|
||||||
TZ = "Asia/Tokyo";
|
TZ = "Asia/Tokyo";
|
||||||
WINEPREFIX = "/home/user/wine";
|
WINEPREFIX = "/mnt/wine";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user