Compare commits
No commits in common. "e81d13a51dc497c88aa23874ade179a731b1e383" and "a6e0a086658b8d6954fd9da41438c9b07ec555a9" have entirely different histories.
e81d13a51d
...
a6e0a08665
@ -96,7 +96,6 @@
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
pkgs.fprintd
|
||||
wget
|
||||
vim
|
||||
emacs29-pgtk
|
||||
@ -155,14 +154,6 @@ 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