Fprint : Add fingerprint support for Work.
This commit is contained in:
parent
de96a9e872
commit
999533aab8
11
.config/linux/nix/work/Fprint.nix
Normal file
11
.config/linux/nix/work/Fprint.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
fprintd
|
||||
];
|
||||
|
||||
services.fprintd.enable = true;
|
||||
services.fprintd.tod.enable = true;
|
||||
services.fprintd.tod.driver = pkgs.libfprint-2-tod1-vfs0090;
|
||||
}
|
|
@ -3,6 +3,7 @@
|
|||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./Fprint.nix
|
||||
../Common.nix
|
||||
../PowersaveIntel.nix
|
||||
../Powerlimit.nix
|
||||
|
|
Reference in a new issue