fixing keyboard in wezterm, adding ghostty as backup term, locales, etc

This commit is contained in:
Matt Nish-Lapidus 2025-06-15 15:38:43 -04:00
parent ca011af26a
commit 672f7350b2
4 changed files with 57 additions and 34 deletions

View file

@ -92,7 +92,14 @@
time.timeZone = "America/Toronto";
# Select internationalisation properties.
i18n.defaultLocale = "en_CA.UTF-8";
i18n = {
defaultLocale = "en_CA.UTF-8";
extraLocales = [ "en_US.UTF-8/UTF-8" ];
extraLocaleSettings = {
LC_ALL = "en_CA.UTF-8";
};
};
console = {
earlySetup = true;