From 0c89e3f89e705f120342b38e0e02e488f7e5aefd Mon Sep 17 00:00:00 2001
From: Thiago Sposito
Date: Fri, 14 Nov 2025 12:12:07 -0300
Subject: [PATCH] chore: add scanner hardware config for Nixstation
---
hosts/Nixstation/hardware-configuration.nix | 2 ++
1 file changed, 2 insertions(+)
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;