support for epson scanner
This commit is contained in:
parent
229e7be30c
commit
f29d5e82fe
3 changed files with 8 additions and 2 deletions
|
@ -89,10 +89,16 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.udev.packages = [ pkgs.utsushi ];
|
||||||
hardware.sane = {
|
hardware.sane = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraBackends = with pkgs;
|
snapshot = true;
|
||||||
[ nixpkgs-nixos-unstable-and-unfree.samsung-unified-linux-driver ];
|
extraBackends = with pkgs; [
|
||||||
|
nixpkgs-nixos-unstable-and-unfree.samsung-unified-linux-driver
|
||||||
|
utsushi
|
||||||
|
sane-airscan
|
||||||
|
gawk
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
powerManagement = {
|
powerManagement = {
|
||||||
|
|
Loading…
Reference in a new issue