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

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

  hardware.trackpoint.enable = lib.mkDefault true;
  services.thinkfan.enable = lib.mkDefault true;

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