New Nix config
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
settings = import ../settings.nix;
|
||||
in
|
||||
{
|
||||
# Time zone
|
||||
time.timeZone = "America/Edmonton";
|
||||
time.timeZone = settings.timezone;
|
||||
|
||||
# Internationalization properties
|
||||
i18n.defaultLocale = "en_CA.UTF-8";
|
||||
i18n.defaultLocale = settings.locale;
|
||||
}
|
||||
Reference in New Issue
Block a user