mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
scansnap: add scan tools
This commit is contained in:
parent
40d99ef149
commit
dd78d7ca10
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ in
|
||||||
|
|
||||||
config = lib.mkIf cfg {
|
config = lib.mkIf cfg {
|
||||||
hardware.sane.enable = true;
|
hardware.sane.enable = true;
|
||||||
|
environment.systemPackages = with pkgs; [ xsane ocrmypdf ];
|
||||||
nixpkgs.config.sane.extraFirmware = [{
|
nixpkgs.config.sane.extraFirmware = [{
|
||||||
name = "1300_0C26.nal";
|
name = "1300_0C26.nal";
|
||||||
backend = "epjitsu";
|
backend = "epjitsu";
|
||||||
|
|
Loading…
Reference in a new issue