containers(wine): handle graphical variables with sakaya

This commit is contained in:
Donovan Glover 2024-10-23 00:27:05 -04:00
parent 6096911759
commit 3140708973
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 3 additions and 6 deletions

View File

@ -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": {

View File

@ -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";
}; };