fix(console): use xserver settings for kbd stuff
This commit is contained in:
parent
ace3811a0b
commit
814e45ad22
2 changed files with 2 additions and 3 deletions
|
@ -23,5 +23,6 @@
|
|||
imagemagick
|
||||
usbutils
|
||||
zip
|
||||
dig.dnsutils
|
||||
]);
|
||||
}
|
||||
|
|
|
@ -35,7 +35,5 @@
|
|||
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_CA.UTF-8";
|
||||
console = {
|
||||
keyMap = "ca";
|
||||
};
|
||||
console.useXkbConfig = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue