Set up scanning
This commit is contained in:
parent
fcdbe48c53
commit
01e5390e86
@ -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
|
||||||
|
@ -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";
|
||||||
|
@ -19,6 +19,8 @@
|
|||||||
"libvirtd"
|
"libvirtd"
|
||||||
"vboxusers"
|
"vboxusers"
|
||||||
"wireshark"
|
"wireshark"
|
||||||
|
"lp"
|
||||||
|
"scanner"
|
||||||
];
|
];
|
||||||
description = "Александр Бантьев";
|
description = "Александр Бантьев";
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
|
Loading…
Reference in New Issue
Block a user