From b3a06f10d1e950e1349e08e8952c2e1d0f8bf473 Mon Sep 17 00:00:00 2001 From: adisbladis Date: Thu, 22 Aug 2019 23:11:33 +0100 Subject: iso-image-kde: Disable synaptics It's been deprecated since 17.09 and libinput is a better default --- nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'nixos/modules') diff --git a/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix b/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix index 2536ba73a1de..559899b0a3b1 100644 --- a/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix +++ b/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix @@ -13,9 +13,6 @@ with lib; enable = true; enableQt4Support = false; }; - - # Enable touchpad support for many laptops. - synaptics.enable = true; }; environment.systemPackages = with pkgs; [ -- cgit 1.4.1