Compare commits
2 Commits
a6e0a08665
...
e81d13a51d
Author | SHA1 | Date | |
---|---|---|---|
e81d13a51d | |||
4dc6708c3a |
@ -96,6 +96,7 @@
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
pkgs.fprintd
|
||||
wget
|
||||
vim
|
||||
emacs29-pgtk
|
||||
@ -154,6 +155,14 @@ guix
|
||||
# enableSSHSupport = true;
|
||||
# };
|
||||
|
||||
services.fprintd.enable = true;
|
||||
|
||||
# services.fprintd.tod.enable = true;
|
||||
|
||||
# services.fprintd.tod.driver = pkgs.libfprint-2-tod1-vfs0090; # (If the vfs0090 Driver does not work, use the following driver)
|
||||
|
||||
# services.fprintd.tod.driver = pkgs.libfprint-2-tod1-goodix; # (On my device it only worked with this driver)
|
||||
|
||||
# List services that you want to enable:
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
|
Loading…
Reference in New Issue
Block a user