base: update xkb option names

This commit is contained in:
Antoine Martin 2024-02-29 02:44:24 +01:00
parent 3e3f4331d2
commit 79d60288aa

View file

@ -35,8 +35,10 @@ in {
then ["nvidia"] then ["nvidia"]
else options.services.xserver.videoDrivers.default; else options.services.xserver.videoDrivers.default;
windowManager.i3.enable = true; windowManager.i3.enable = true;
xkb = {
layout = "fr"; layout = "fr";
xkbVariant = "us"; variant = "us";
};
libinput = { libinput = {
enable = true; enable = true;
touchpad = { touchpad = {