Set up scanning
This commit is contained in:
parent
fcdbe48c53
commit
01e5390e86
@ -38,6 +38,7 @@
|
||||
nix-patch
|
||||
pass-wayland
|
||||
papirus-icon-theme
|
||||
gnome3.simple-scan
|
||||
] ++ (with pkgs.kdeApplications; [
|
||||
ark
|
||||
dolphin
|
||||
|
@ -117,6 +117,13 @@ with deviceSpecific; {
|
||||
];
|
||||
};
|
||||
|
||||
hardware.sane = {
|
||||
enable = true;
|
||||
# extraBackends = [ pkgs.hplipWithPlugin ];
|
||||
};
|
||||
|
||||
services.saned.enable = true;
|
||||
|
||||
services.logind.lidSwitchExternalPower = "ignore";
|
||||
|
||||
services.logind.extraConfig = "HandlePowerKey=suspend";
|
||||
|
@ -19,6 +19,8 @@
|
||||
"libvirtd"
|
||||
"vboxusers"
|
||||
"wireshark"
|
||||
"lp"
|
||||
"scanner"
|
||||
];
|
||||
description = "Александр Бантьев";
|
||||
uid = 1000;
|
||||
|
Loading…
Reference in New Issue
Block a user