Try this
This commit is contained in:
9
modules/locale.nix
Normal file
9
modules/locale.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
settings = import ../settings.nix;
|
||||
in
|
||||
{
|
||||
time.timeZone = settings.timezone;
|
||||
i18n.defaultLocale = settings.locale;
|
||||
}
|
||||
Reference in New Issue
Block a user