all repos — nixfiles @ 64139f9a3660d779fdc59747ca465c48aef04648

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

hw/mouse: use renamed libinput options
Alan Pearce alan@alanpearce.eu
Sun, 05 May 2024 20:14:52 +0200
commit

64139f9a3660d779fdc59747ca465c48aef04648

parent

b76b409c555a8e542e3a477d82d0c5e0d89563aa

1 files changed, 1 insertions(+), 1 deletions(-)

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";