6 lines
93 B
Nix
6 lines
93 B
Nix
{ config, lib, ... }:
|
|
|
|
lib.mkIf config.sbruder.gui.enable {
|
|
hardware.sane.enable = true;
|
|
}
|