Removed dead code for fingerprint popup

This commit is contained in:
Jurn Wubben 2025-05-24 00:24:05 +02:00
parent e51fbacdfa
commit d4be6c18c9
3 changed files with 6 additions and 19 deletions

View file

@ -9,8 +9,6 @@
uwsm = lib.getExe pkgs.uwsm;
foot = lib.getExe pkgs.foot;
in {
#NOTE: Also check home/wayland/hyprland/settings + home/wayland/hyprland/binds
options.niksos.fingerprint = mkEnableOption "fingerprint support.";
config = mkIf fingerprint {
services.fprintd.enable = true;