fix: deprecated options

This commit is contained in:
Patrick 2024-05-13 23:10:47 +02:00
parent e6f3a9ae85
commit 4a748a9e17
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
2 changed files with 14 additions and 14 deletions

View file

@ -219,7 +219,7 @@ in {
qt = { qt = {
enable = true; enable = true;
platformTheme = "gnome"; platformTheme.name = "adwaita";
style.name = "Adwaita-Dark"; style.name = "Adwaita-Dark";
}; };
}) })

View file

@ -13,19 +13,19 @@ lib.optionalAttrs (!minimal) {
autoRepeatDelay = 235; autoRepeatDelay = 235;
autoRepeatInterval = 60; autoRepeatInterval = 60;
videoDrivers = ["modesetting"]; videoDrivers = ["modesetting"];
libinput = { };
enable = true; services.libinput = {
mouse = { enable = true;
accelSpeed = "0.5"; mouse = {
accelProfile = "flat"; accelSpeed = "0.5";
middleEmulation = false; accelProfile = "flat";
}; middleEmulation = false;
touchpad = { };
accelProfile = "flat"; touchpad = {
accelSpeed = "1"; accelProfile = "flat";
naturalScrolling = true; accelSpeed = "1";
disableWhileTyping = true; naturalScrolling = true;
}; disableWhileTyping = true;
}; };
}; };
services.udev.extraRules = let services.udev.extraRules = let