mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-22 13:48:37 +01:00
5 lines
149 B
Nix
5 lines
149 B
Nix
|
let VARIABLES = import ./variables.nix; in {
|
||
|
i18n.defaultLocale = VARIABLES.defaultLocale;
|
||
|
i18n.supportedLocales = VARIABLES.supportedLocales;
|
||
|
}
|