fix(console): use xserver settings for kbd stuff

This commit is contained in:
Updater 2023-12-20 03:47:52 -05:00
parent ace3811a0b
commit 814e45ad22
2 changed files with 2 additions and 3 deletions

View file

@ -23,5 +23,6 @@
imagemagick imagemagick
usbutils usbutils
zip zip
dig.dnsutils
]); ]);
} }

View file

@ -35,7 +35,5 @@
# Select internationalisation properties. # Select internationalisation properties.
i18n.defaultLocale = "en_CA.UTF-8"; i18n.defaultLocale = "en_CA.UTF-8";
console = { console.useXkbConfig = true;
keyMap = "ca";
};
} }