add fprintd back (build failure fixed)
This commit is contained in:
parent
d0303fae05
commit
c415670e2a
1 changed files with 7 additions and 8 deletions
|
@ -81,14 +81,13 @@ in {
|
|||
|
||||
ratbagd.enable = true;
|
||||
|
||||
# TODO build failure
|
||||
# fprintd = {
|
||||
# enable = true;
|
||||
# tod = {
|
||||
# enable = true;
|
||||
# driver = pkgs.libfprint-2-tod1-goodix;
|
||||
# };
|
||||
# };
|
||||
fprintd = {
|
||||
enable = true;
|
||||
tod = {
|
||||
enable = true;
|
||||
driver = pkgs.libfprint-2-tod1-goodix;
|
||||
};
|
||||
};
|
||||
smartd.enable = true;
|
||||
flatpak.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue