{ config, lib, pkgs, ... }: lib.mkIf config.sbruder.gui.enable { programs.ausweisapp = { enable = true; openFirewall = true; }; }