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;