fix: deprecated options
This commit is contained in:
parent
e6f3a9ae85
commit
4a748a9e17
|
@ -219,7 +219,7 @@ in {
|
||||||
|
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
platformTheme = "gnome";
|
platformTheme.name = "adwaita";
|
||||||
style.name = "Adwaita-Dark";
|
style.name = "Adwaita-Dark";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue