mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 01:33:17 +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";
|
variables.TERM = "xterm-kitty";
|
||||||
|
|
||||||
sessionVariables = {
|
|
||||||
LC_ALL = "ja_JP.UTF-8";
|
|
||||||
TZ = "Asia/Tokyo";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.graphics.enable = true;
|
hardware.graphics.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user