diff options
author | Soispha <soispha@vhack.eu> | 2023-12-29 08:27:21 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-29 08:27:21 +0100 |
commit | 9ed8f7830ffbb639e9eb3786f39bbacdc90d5b07 (patch) | |
tree | 74f1575ce90d169689710a14596cefe5dc606fce /hm/soispha/pkgs/default.nix | |
parent | feat(hm/pkgs/): Add the bc calculator (diff) | |
download | nixos-config-9ed8f7830ffbb639e9eb3786f39bbacdc90d5b07.zip |
fix(hm/pkgs): Remove sane-ariscan, as that's covered by con2pdf
Diffstat (limited to 'hm/soispha/pkgs/default.nix')
-rw-r--r-- | hm/soispha/pkgs/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hm/soispha/pkgs/default.nix b/hm/soispha/pkgs/default.nix index 872a517b..95a53458 100644 --- a/hm/soispha/pkgs/default.nix +++ b/hm/soispha/pkgs/default.nix @@ -103,7 +103,6 @@ with pkgs; let ]; Printer = [ - # TODO: sane-airscan # SANE - SANE backend for AirScan (eSCL) and WSD document scanners ]; }; |