adapt xserver options

This commit is contained in:
Antoine Martin 2024-05-30 01:45:57 +02:00
parent b234d49f14
commit d83be853fc

View file

@ -34,13 +34,16 @@ in {
if config.my.gui.isNvidia if config.my.gui.isNvidia
then ["nvidia"] then ["nvidia"]
else options.services.xserver.videoDrivers.default; else options.services.xserver.videoDrivers.default;
layout = "fr"; xkb = {
xkbVariant = "us"; layout = "fr";
libinput = { variant = "us";
enable = true; };
touchpad = { };
naturalScrolling = true;
}; libinput = {
enable = true;
touchpad = {
naturalScrolling = true;
}; };
}; };