about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/libinput.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/libinput.nix')
-rw-r--r--nixpkgs/nixos/tests/libinput.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/libinput.nix b/nixpkgs/nixos/tests/libinput.nix
index 9b6fa159b999..b002492b1665 100644
--- a/nixpkgs/nixos/tests/libinput.nix
+++ b/nixpkgs/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;