This commit is contained in:
stubbfel
2018-02-15 20:33:05 +01:00
commit e20fd36a84
13 changed files with 147 additions and 0 deletions

12
i18n.nix Normal file
View File

@@ -0,0 +1,12 @@
{ config, pkgs, ... }:
{
# Select internationalisation properties.
i18n = {
consoleKeyMap = "de";
defaultLocale = "de_DE.UTF-8";
};
# Set your time zone.
time.timeZone = "Europe/Amsterdam";
}