diff --git a/hosts/Nixstation/hardware-configuration.nix b/hosts/Nixstation/hardware-configuration.nix index fc61cc4..0c1950a 100644 --- a/hosts/Nixstation/hardware-configuration.nix +++ b/hosts/Nixstation/hardware-configuration.nix @@ -1,6 +1,7 @@ { config , lib , modulesPath +, pkgs , ... }: @@ -54,6 +55,7 @@ }; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware = { + # sane.extraBackends = [ pkgs.epsonscan2 ]; cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; enableRedistributableFirmware = true; bluetooth.enable = true;