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
|
{pkgs, ...}: let
|
||||||
vuescan = pkgs.callPackage ../common/optional/vuescan.nix {};
|
#vuescan = pkgs.callPackage ../common/optional/vuescan.nix {};
|
||||||
epsonscan2 = pkgs.epsonscan2.override {withNonFreePlugins = true;};
|
#epsonscan2 = pkgs.epsonscan2.override {withNonFreePlugins = true;};
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
@ -58,8 +58,8 @@ in {
|
||||||
awscli2
|
awscli2
|
||||||
libreoffice
|
libreoffice
|
||||||
x32edit
|
x32edit
|
||||||
epsonscan2
|
#epsonscan2
|
||||||
vuescan
|
#vuescan
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||||
|
|
@ -69,16 +69,16 @@ in {
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
services.printing.drivers = [pkgs.brlaser];
|
services.printing.drivers = [pkgs.brlaser];
|
||||||
|
|
||||||
hardware.sane.enable = true;
|
#hardware.sane.enable = true;
|
||||||
hardware.sane.extraBackends = [
|
#hardware.sane.extraBackends = [
|
||||||
pkgs.epkowa
|
# pkgs.epkowa
|
||||||
pkgs.utsushi
|
# pkgs.utsushi
|
||||||
pkgs.epsonscan2
|
# pkgs.epsonscan2
|
||||||
];
|
#];
|
||||||
services.udev.packages = [
|
#services.udev.packages = [
|
||||||
pkgs.utsushi
|
# pkgs.utsushi
|
||||||
vuescan
|
# vuescan
|
||||||
];
|
#];
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue