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

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