mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
containers: let sakaya handle locale / timezone
Simplifies things a bit and makes things more flexible.
This commit is contained in:
parent
634208253a
commit
477cac53a2
@ -94,11 +94,6 @@ in
|
||||
];
|
||||
|
||||
variables.TERM = "xterm-kitty";
|
||||
|
||||
sessionVariables = {
|
||||
LC_ALL = "ja_JP.UTF-8";
|
||||
TZ = "Asia/Tokyo";
|
||||
};
|
||||
};
|
||||
|
||||
hardware.graphics.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user