about summary refs log tree commit diff
path: root/users/fcuny/desktop/scanner-printer/default.nix
blob: 3fda29442ac3e093514218dde9bb88f6f97d7f1c (plain) (blame)
1
2
3
4
5
{ config, lib, pkgs, ... }:

{
  home.packages = with pkgs; [ tesseract imagemagick exiftool sane-airscan ];
}