diff options
author | Alan Pearce | 2024-05-05 20:14:52 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-18 12:17:12 +0200 |
commit | 64139f9a3660d779fdc59747ca465c48aef04648 (patch) | |
tree | 2b195262c229a87e66a71c1deba776bf7eb5f6c8 /system/settings | |
parent | b76b409c555a8e542e3a477d82d0c5e0d89563aa (diff) | |
download | nixfiles-64139f9a3660d779fdc59747ca465c48aef04648.tar.lz nixfiles-64139f9a3660d779fdc59747ca465c48aef04648.tar.zst nixfiles-64139f9a3660d779fdc59747ca465c48aef04648.zip |
hw/mouse: use renamed libinput options
Diffstat (limited to 'system/settings')
-rw-r--r-- | system/settings/hardware/mouse.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/hardware/mouse.nix b/system/settings/hardware/mouse.nix index b74d17aa..d4a232af 100644 --- a/system/settings/hardware/mouse.nix +++ b/system/settings/hardware/mouse.nix @@ -2,7 +2,7 @@ , pkgs , ... }: { - services.xserver.libinput = { + services.libinput = { enable = true; mouse = { accelProfile = "flat"; |