summaryrefslogtreecommitdiffstats
path: root/nixos/tests/libinput.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/libinput.nix')
-rw-r--r--nixos/tests/libinput.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/libinput.nix b/nixos/tests/libinput.nix
index 9b6fa159b999..b002492b1665 100644
--- a/nixos/tests/libinput.nix
+++ b/nixos/tests/libinput.nix
@@ -12,7 +12,7 @@ import ./make-test-python.nix ({ ... }:
test-support.displayManager.auto.user = "alice";
- services.xserver.libinput = {
+ services.libinput = {
enable = true;
mouse = {
naturalScrolling = true;