base: update xkb option names
This commit is contained in:
parent
3e3f4331d2
commit
79d60288aa
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue