adding scanner support to bob

This commit is contained in:
2024-10-20 10:36:54 -04:00
parent 68d629ec5c
commit 152ca85dbf
3 changed files with 8 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
../../users/richie
../common/global
../common/optional/desktop.nix
../common/optional/scanner.nix
../common/optional/steam.nix
../common/optional/syncthing_base.nix
../common/optional/systemd-boot.nix

View File

@@ -0,0 +1,6 @@
{
hardware.sane = {
enable = true;
drivers.scanSnap.enable = true;
};
}