dust: enable fprintd
This commit is contained in:
parent
225d5db18d
commit
8d6491129b
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,7 @@
|
|||
hardware.pulseaudio.enable = false;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
|
||||
hardware.bluetooth = {
|
||||
|
@ -18,6 +16,8 @@
|
|||
settings.General.FastConnectable = true;
|
||||
};
|
||||
|
||||
services.fprintd.enable = true;
|
||||
|
||||
boot.loader.timeout = 0;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue