all repos — nixfiles @ 64139f9a3660d779fdc59747ca465c48aef04648

System and user configuration, managed by nix and home-manager

hw/mouse: use renamed libinput options

Alan Pearce
commit

64139f9a3660d779fdc59747ca465c48aef04648

parent

b76b409c555a8e542e3a477d82d0c5e0d89563aa

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M system/settings/hardware/mouse.nixsystem/settings/hardware/mouse.nix
@@ -2,7 +2,7 @@ { config
, pkgs , ... }: { - services.xserver.libinput = { + services.libinput = { enable = true; mouse = { accelProfile = "flat";