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 = {
|
||||
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 = {
|
||||
|
|
Loading…
Reference in a new issue