fixing keyboard in wezterm, adding ghostty as backup term, locales, etc
This commit is contained in:
parent
ca011af26a
commit
672f7350b2
4 changed files with 57 additions and 34 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue