From 9f1a43cefa1f6711a4f5aa6bc2f093178420c19c Mon Sep 17 00:00:00 2001 From: WORLDofPEACE Date: Sat, 10 Oct 2020 22:17:15 -0400 Subject: [PATCH] nixos/tools: comment about libinput --- nixos/modules/installer/tools/tools.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix index dd7d586780d..0ac9d216fa4 100644 --- a/nixos/modules/installer/tools/tools.nix +++ b/nixos/modules/installer/tools/tools.nix @@ -165,7 +165,7 @@ in # services.xserver.layout = "us"; # services.xserver.xkbOptions = "eurosign:e"; - # Enable touchpad support. + # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true; # Enable the KDE Desktop Environment.