about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-04-17 23:00:59 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-04-17 23:34:07 +0200
commitcb8b6a5d00464c268db7452e698ea6094649e9bd (patch)
treee1c82fce922b103ce4b5117ae870e6c50630ff4e /nixos/tests
parent810558a46bff49a214454c60039dff9e195e629a (diff)
treewide: reanme renamed libinput options
Diffstat (limited to 'nixos/tests')
-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 9b6fa159b999c..b002492b16657 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;