containers: let sakaya handle locale / timezone

Simplifies things a bit and makes things more flexible.
This commit is contained in:
Donovan Glover 2024-11-07 19:25:08 -05:00
parent 634208253a
commit 477cac53a2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -94,11 +94,6 @@ in
];
variables.TERM = "xterm-kitty";
sessionVariables = {
LC_ALL = "ja_JP.UTF-8";
TZ = "Asia/Tokyo";
};
};
hardware.graphics.enable = true;