mirror of
https://github.com/0x1d/nix.git
synced 2025-12-16 06:34:33 +01:00
initial commit
This commit is contained in:
6
os/system/i18n.nix
Normal file
6
os/system/i18n.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }: {
|
||||
|
||||
time.timeZone = "Europe/Zurich";
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
console.keyMap = "sg";
|
||||
}
|
||||
Reference in New Issue
Block a user