summaryrefslogtreecommitdiffstats
path: root/lenovo/thinkpad/default.nix
blob: ff22639b4fdc5b76c322cb2615f3c034f3cd0cb4 (plain)
1
2
3
4
5
6
7
8
9
10
{ lib, pkgs, ... }:

{
  imports = [ ../../common/pc/laptop ];

  hardware.trackpoint.enable = lib.mkDefault true;

  # Fingerprint reader: login and unlock with fingerprint (if you add one with `fprintd-enroll`)
  # services.fprintd.enable = true;
}