support for epson scanner

This commit is contained in:
Cyryl Płotnicki 2022-08-04 09:55:44 +01:00
parent 229e7be30c
commit f29d5e82fe
3 changed files with 8 additions and 2 deletions

View file

@ -89,10 +89,16 @@
}
];
services.udev.packages = [ pkgs.utsushi ];
hardware.sane = {
enable = true;
extraBackends = with pkgs;
[ nixpkgs-nixos-unstable-and-unfree.samsung-unified-linux-driver ];
snapshot = true;
extraBackends = with pkgs; [
nixpkgs-nixos-unstable-and-unfree.samsung-unified-linux-driver
utsushi
sane-airscan
gawk
];
};
powerManagement = {