nixos/budgie: Don't enable fprintd by default

This is optional for {budgie,gnome}-control-center and is not
enabled in the GNOME module.

To re-enable this fprintd should be unbreak first.
This commit is contained in:
Bobby Rong 2024-03-22 12:28:17 +08:00
parent 129bb9314f
commit 414628b4a0
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -214,7 +214,6 @@ in {
services.colord.enable = mkDefault true; # for BCC's Color panel.
services.gnome.at-spi2-core.enable = mkDefault true; # for BCC's A11y panel.
services.accounts-daemon.enable = mkDefault true; # for BCC's Users panel.
services.fprintd.enable = mkDefault true; # for BCC's Users panel.
services.udisks2.enable = mkDefault true; # for BCC's Details panel.
# For BCC's Online Accounts panel.