Fix keyboard layouts

This commit is contained in:
Tibo De Peuter 2024-02-18 16:35:03 +01:00
parent 53a2d4c1a6
commit c34b4caad9

View file

@ -95,8 +95,12 @@
lidSwitchDocked = "ignore";
};
xserver = {
# Keyboard layout
layout = "us";
xkbVariant = "altgr-intl";
# Touchpad
xserver.libinput.enable = true;
libinput.enable = true;
};
system.stateVersion = "23.05";
@ -107,7 +111,6 @@
i18n.defaultLocale = "en_GB.UTF-8";
console = {
# font = "Lat2-Terminus16";
useXkbConfig = true; # use xkbOptions in tty.
};
}