summaryrefslogtreecommitdiffstats
path: root/nixos/tests/libinput.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-04-27 23:23:06 +0200
committerGitHub <noreply@github.com>2024-04-27 23:23:06 +0200
commit85808e4b33f65c7d418db493f18243db4285094c (patch)
treee5d74b84992109a7f3df824a3ab798bd55791065 /nixos/tests/libinput.nix
parent3ed7049cddddc675ea43a2c8b1c925e69230aa43 (diff)
parentcb8b6a5d00464c268db7452e698ea6094649e9bd (diff)
Merge pull request #304902 from SuperSandro2000/libinput-xserver
nixos/libinput: move out of xserver
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;