vanadium/input: set SANE_DEFAULT_DEVICE

This commit is contained in:
Primrose 2025-07-14 14:53:52 +02:00
parent c84d7bc3ed
commit ba1167d989
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -18,6 +18,9 @@
enable = true;
brscan5.enable = true;
};
environment.sessionVariables = {
SANE_DEFAULT_DEVICE = "brother5:bus2;dev2";
};
services.fprintd.enable = false;