about summary refs log tree commit diff
path: root/nixos/modules/installer
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/modules/installer
parent810558a46bff49a214454c60039dff9e195e629a (diff)
treewide: reanme renamed libinput options
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/tools/tools.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix
index e7f9990e9632e..7f16b97440c1c 100644
--- a/nixos/modules/installer/tools/tools.nix
+++ b/nixos/modules/installer/tools/tools.nix
@@ -185,7 +185,7 @@ in
         # };
 
         # Enable touchpad support (enabled default in most desktopManager).
-        # services.xserver.libinput.enable = true;
+        # services.libinput.enable = true;
 
         # Define a user account. Don't forget to set a password with ‘passwd’.
         # users.users.alice = {