base: update xkb option names
This commit is contained in:
parent
3e3f4331d2
commit
79d60288aa
|
@ -35,8 +35,10 @@ in {
|
|||
then ["nvidia"]
|
||||
else options.services.xserver.videoDrivers.default;
|
||||
windowManager.i3.enable = true;
|
||||
layout = "fr";
|
||||
xkbVariant = "us";
|
||||
xkb = {
|
||||
layout = "fr";
|
||||
variant = "us";
|
||||
};
|
||||
libinput = {
|
||||
enable = true;
|
||||
touchpad = {
|
||||
|
|
Loading…
Reference in a new issue