summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-05-05 20:14:52 +0200
committerAlan Pearce2024-05-18 12:17:12 +0200
commit64139f9a3660d779fdc59747ca465c48aef04648 (patch)
tree2b195262c229a87e66a71c1deba776bf7eb5f6c8
parentb76b409c555a8e542e3a477d82d0c5e0d89563aa (diff)
downloadnixfiles-64139f9a3660d779fdc59747ca465c48aef04648.tar.lz
nixfiles-64139f9a3660d779fdc59747ca465c48aef04648.tar.zst
nixfiles-64139f9a3660d779fdc59747ca465c48aef04648.zip
hw/mouse: use renamed libinput options
-rw-r--r--system/settings/hardware/mouse.nix2
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";