modules: system: move 'language'

This commit is contained in:
Bruno BELANYI 2021-05-29 16:52:14 +02:00
parent 3b9f01e780
commit f660bf94e9
3 changed files with 1 additions and 1 deletions

View file

@ -3,6 +3,7 @@
{
imports = [
./language.nix
./media.nix
./users.nix
];

View file

@ -0,0 +1,7 @@
# Language settings
{ ... }:
{
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
}