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