Set up scanning

This commit is contained in:
Alexander Bantyev 2020-12-24 15:19:24 +03:00
parent fcdbe48c53
commit 01e5390e86
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
3 changed files with 10 additions and 0 deletions

View File

@ -38,6 +38,7 @@
nix-patch nix-patch
pass-wayland pass-wayland
papirus-icon-theme papirus-icon-theme
gnome3.simple-scan
] ++ (with pkgs.kdeApplications; [ ] ++ (with pkgs.kdeApplications; [
ark ark
dolphin dolphin

View File

@ -117,6 +117,13 @@ with deviceSpecific; {
]; ];
}; };
hardware.sane = {
enable = true;
# extraBackends = [ pkgs.hplipWithPlugin ];
};
services.saned.enable = true;
services.logind.lidSwitchExternalPower = "ignore"; services.logind.lidSwitchExternalPower = "ignore";
services.logind.extraConfig = "HandlePowerKey=suspend"; services.logind.extraConfig = "HandlePowerKey=suspend";

View File

@ -19,6 +19,8 @@
"libvirtd" "libvirtd"
"vboxusers" "vboxusers"
"wireshark" "wireshark"
"lp"
"scanner"
]; ];
description = "Александр Бантьев"; description = "Александр Бантьев";
uid = 1000; uid = 1000;