nixos-config/modules/office.nix

6 lines
93 B
Nix

{ config, lib, ... }:
lib.mkIf config.sbruder.gui.enable {
hardware.sane.enable = true;
}