hosts/jericho: enable fprintd
This commit is contained in:
parent
c9a969a288
commit
2760913689
3 changed files with 10 additions and 0 deletions
7
hosts/jericho/extras/fprint.nix
Normal file
7
hosts/jericho/extras/fprint.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ inputs, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.fprintd = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
|
@ -3,6 +3,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
./extras/fprint.nix
|
||||||
./extras/i915-dp-hdmi-always-full-color-patch.nix
|
./extras/i915-dp-hdmi-always-full-color-patch.nix
|
||||||
./extras/kernel-clr.nix
|
./extras/kernel-clr.nix
|
||||||
./extras/thermal.nix
|
./extras/thermal.nix
|
||||||
|
|
|
@ -12,6 +12,8 @@
|
||||||
nerdfonts-terminus
|
nerdfonts-terminus
|
||||||
terminus_font_fancy
|
terminus_font_fancy
|
||||||
webkitgtk
|
webkitgtk
|
||||||
|
libfprint
|
||||||
|
fprintd
|
||||||
;
|
;
|
||||||
|
|
||||||
doas = patched.doas-interactive;
|
doas = patched.doas-interactive;
|
||||||
|
|
Loading…
Reference in a new issue