SANE: Add sane for plug-and-play scanner support

This commit is contained in:
Weckyy702
2026-07-24 14:28:16 +02:00
parent 359526182e
commit 8df7bf8925
3 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
{
flake.modules.nixos.sane = {
hardware.sane.enable = true;
};
}