summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2017-08-30 20:25:11 -0400
committerGraham Christensen <graham@grahamc.com>2017-08-30 20:25:11 -0400
commit1b68193167af1f19502689708223fa16f8e31f50 (patch)
tree22be1b114155090e3d27dc24132a58217090aae6 /nixos
parentaf51aa79d2bb8ebedd9c241e7e3be719e3d944ed (diff)
downloadnixpkgs-1b68193167af1f19502689708223fa16f8e31f50.tar
nixpkgs-1b68193167af1f19502689708223fa16f8e31f50.tar.gz
nixpkgs-1b68193167af1f19502689708223fa16f8e31f50.tar.bz2
nixpkgs-1b68193167af1f19502689708223fa16f8e31f50.tar.lz
nixpkgs-1b68193167af1f19502689708223fa16f8e31f50.tar.xz
nixpkgs-1b68193167af1f19502689708223fa16f8e31f50.tar.zst
nixpkgs-1b68193167af1f19502689708223fa16f8e31f50.zip
profiles/graphical.nix: enable libinput over synaptics
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/profiles/graphical.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/profiles/graphical.nix b/nixos/modules/profiles/graphical.nix
index e2337537518..fe9851e79a6 100644
--- a/nixos/modules/profiles/graphical.nix
+++ b/nixos/modules/profiles/graphical.nix
@@ -8,7 +8,7 @@
     enable = true;
     displayManager.sddm.enable = true;
     desktopManager.plasma5.enable = true;
-    synaptics.enable = true; # for touchpad support on many laptops
+    libinput.enable = true; # for touchpad support on many laptops
   };
 
   environment.systemPackages = [ pkgs.glxinfo ];