Commit f23ddc55 authored by Bjørn Forsman's avatar Bjørn Forsman
Browse files

nixos/sane: mention sane-airscan in the extraBackends option

It's a very useful backend (that probably should be enabled by default,
like on Ubuntu), let's start by making it easier to discover.

Ref https://github.com/NixOS/nixpkgs/issues/28406.
parent 973f0367
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -70,10 +70,12 @@ in
        Packages providing extra SANE backends to enable.

        ::: {.note}
        The example contains the package for HP scanners.
        The example contains the package for HP scanners, and the package for
        Apple AirScan and Microsoft WSD support (supports many
        vendors/devices).
        :::
      '';
      example = literalExpression "[ pkgs.hplipWithPlugin ]";
      example = literalExpression "[ pkgs.hplipWithPlugin pkgs.sane-airscan ]";
    };

    hardware.sane.disabledDefaultBackends = mkOption {