modules: system: move 'language'

This commit is contained in:
Bruno BELANYI 2021-05-29 16:52:14 +02:00
parent 7f285ab9cf
commit 377c97ea9f
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";
}