mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-28 11:13:59 +01:00
containers(wine): handle graphical variables with sakaya
This commit is contained in:
parent
6096911759
commit
3140708973
@ -208,11 +208,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1729580721,
|
"lastModified": 1729655544,
|
||||||
"narHash": "sha256-HceXVqBUk5ktSSWlh0h1QTGrx0tqEVBH3UpczrucNuI=",
|
"narHash": "sha256-hBj125YlrtNbS837jmHlHgNWv2DYnkKs6SlYuXteEus=",
|
||||||
"owner": "donovanglover",
|
"owner": "donovanglover",
|
||||||
"repo": "sakaya",
|
"repo": "sakaya",
|
||||||
"rev": "f7607744ae172ca68f3a87a919868b618c04d0c2",
|
"rev": "a6398dfc7d0e63165ca7899a0307e0dcb0bb3e6f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -96,9 +96,6 @@ in
|
|||||||
variables.TERM = "xterm-kitty";
|
variables.TERM = "xterm-kitty";
|
||||||
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
WAYLAND_DISPLAY = "wayland-1";
|
|
||||||
XDG_RUNTIME_DIR = "/run/user/1000";
|
|
||||||
DISPLAY = ":0";
|
|
||||||
LC_ALL = "ja_JP.UTF-8";
|
LC_ALL = "ja_JP.UTF-8";
|
||||||
TZ = "Asia/Tokyo";
|
TZ = "Asia/Tokyo";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user