From f1e395fd30a6379396bc2697f50326d9e2ef93ec Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:37:59 -0500 Subject: [PATCH] enabled touchpad support --- modules/hosts/john-p14s/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hosts/john-p14s/configuration.nix b/modules/hosts/john-p14s/configuration.nix index 3a7488f..4a90dca 100644 --- a/modules/hosts/john-p14s/configuration.nix +++ b/modules/hosts/john-p14s/configuration.nix @@ -108,8 +108,8 @@ LC_TIME = "en_US.UTF-8"; }; - # Enables fingerprint sensor - services.fprintd.enable = true; + services.libinput.enable = true; # Enable touchpad support (enabled default in most desktopManager). + services.fprintd.enable = true; # Enables fingerprint sensor # Enable sound with pipewire. services.pulseaudio.enable = false;