modules: system: move 'language'
This commit is contained in:
parent
7f285ab9cf
commit
377c97ea9f
3 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
./language.nix
|
||||
./media.nix
|
||||
./users.nix
|
||||
];
|
||||
|
|
|
|||
7
modules/system/language.nix
Normal file
7
modules/system/language.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Language settings
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue