fix: disable scanning stuff
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
74367f36f7
commit
86437e0ad5
1 changed files with 14 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{pkgs, ...}: let
|
||||
vuescan = pkgs.callPackage ../common/optional/vuescan.nix {};
|
||||
epsonscan2 = pkgs.epsonscan2.override {withNonFreePlugins = true;};
|
||||
#vuescan = pkgs.callPackage ../common/optional/vuescan.nix {};
|
||||
#epsonscan2 = pkgs.epsonscan2.override {withNonFreePlugins = true;};
|
||||
in {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
|
|
@ -58,8 +58,8 @@ in {
|
|||
awscli2
|
||||
libreoffice
|
||||
x32edit
|
||||
epsonscan2
|
||||
vuescan
|
||||
#epsonscan2
|
||||
#vuescan
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
|
|
@ -69,16 +69,16 @@ in {
|
|||
services.printing.enable = true;
|
||||
services.printing.drivers = [pkgs.brlaser];
|
||||
|
||||
hardware.sane.enable = true;
|
||||
hardware.sane.extraBackends = [
|
||||
pkgs.epkowa
|
||||
pkgs.utsushi
|
||||
pkgs.epsonscan2
|
||||
];
|
||||
services.udev.packages = [
|
||||
pkgs.utsushi
|
||||
vuescan
|
||||
];
|
||||
#hardware.sane.enable = true;
|
||||
#hardware.sane.extraBackends = [
|
||||
# pkgs.epkowa
|
||||
# pkgs.utsushi
|
||||
# pkgs.epsonscan2
|
||||
#];
|
||||
#services.udev.packages = [
|
||||
# pkgs.utsushi
|
||||
# vuescan
|
||||
#];
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue