diff options
Diffstat (limited to 'profiles/default.nix')
| -rw-r--r-- | profiles/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/default.nix b/profiles/default.nix new file mode 100644 index 0000000..f415edf --- /dev/null +++ b/profiles/default.nix @@ -0,0 +1,7 @@ +{ pkgs, config, lib, ... }: +{ + # Select internationalisation properties. + i18n.defaultLocale = "en_US.UTF-8"; + + time.timeZone = "America/Los_Angeles"; +} |
