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
|
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
|
||||||
power-profiles-daemon.enable = true;
|
power-profiles-daemon.enable = true;
|
||||||
# fprintd = {
|
fprintd = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# tod = {
|
tod = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# driver = pkgs.libfprint-2-tod1-goodix;
|
driver = pkgs.libfprint-2-tod1-goodix;
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Clamav
|
# Clamav
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue