Fix keyboard layouts
This commit is contained in:
parent
53a2d4c1a6
commit
c34b4caad9
1 changed files with 6 additions and 3 deletions
|
@ -95,8 +95,12 @@
|
|||
lidSwitchDocked = "ignore";
|
||||
};
|
||||
|
||||
# Touchpad
|
||||
xserver.libinput.enable = true;
|
||||
xserver = {
|
||||
# Keyboard layout
|
||||
layout = "us";
|
||||
xkbVariant = "altgr-intl";
|
||||
# Touchpad
|
||||
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.
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue