Add better locale settings.

This commit is contained in:
Gabriel Ebner 2020-08-01 16:54:31 +02:00
parent 962ea693af
commit 26d75615d0

@ -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