diff options
Diffstat (limited to 'system-profiles/default-locale.nix')
-rw-r--r-- | system-profiles/default-locale.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system-profiles/default-locale.nix b/system-profiles/default-locale.nix new file mode 100644 index 00000000..9775c095 --- /dev/null +++ b/system-profiles/default-locale.nix | |||
@@ -0,0 +1,7 @@ | |||
1 | {...}: | ||
2 | { | ||
3 | i18n.defaultLocale = "en_US.UTF-8"; | ||
4 | console.keyMap = "dvp"; | ||
5 | |||
6 | time.timeZone = "Europe/Berlin"; | ||
7 | } | ||