diff --git a/modules/hardware/default.nix b/modules/hardware/default.nix index 066b2bb..6dfdc8d 100644 --- a/modules/hardware/default.nix +++ b/modules/hardware/default.nix @@ -52,7 +52,8 @@ with lib; enable = true; extraBackends = with pkgs; [ sane-airscan - epkowa + # epkowa removed due to iscan build issues + # Use epsonscan2 or imagescan for Epson scanner support instead ]; };