Fix sif fingerprint reader
This commit is contained in:
parent
369fa8dc43
commit
7eccf47e07
2 changed files with 12 additions and 7 deletions
|
|
@ -234,6 +234,11 @@
|
|||
sed 's/Broadlink/ZHA/' codes/climate/1946.json > codes/climate/50.json
|
||||
'';
|
||||
});
|
||||
|
||||
# can be removed when https://github.com/NixOS/nixpkgs/pull/389711 is merged
|
||||
libfprint = super.libfprint.overrideAttrs (oldAttrs: {
|
||||
buildInputs = oldAttrs.buildInputs ++ [ super.nss ];
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -285,13 +285,13 @@
|
|||
# };
|
||||
# Power-profiles
|
||||
power-profiles-daemon.enable = true;
|
||||
# fprintd = {
|
||||
# enable = true;
|
||||
# tod = {
|
||||
# enable = true;
|
||||
# driver = pkgs.libfprint-2-tod1-goodix;
|
||||
# };
|
||||
# };
|
||||
fprintd = {
|
||||
enable = true;
|
||||
tod = {
|
||||
enable = true;
|
||||
driver = pkgs.libfprint-2-tod1-goodix;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Clamav
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue