diff --git a/common-headless.nix b/common-headless.nix index cddfaa8..3ef9323 100644 --- a/common-headless.nix +++ b/common-headless.nix @@ -84,6 +84,14 @@ password = if config.virtualisation != null then "" else null; }; + i18n = { + defaultLocale = "en_US.UTF-8"; + extraLocaleSettings = { + LC_TIME = "en_GB.UTF-8"; + LC_PAPER = "de_AT.UTF-8"; + }; + }; + system.fsPackages = with pkgs; [ ntfs3g exfat