6 lines
135 B
Nix
6 lines
135 B
Nix
{ config, lib, ... }: lib.mkIf config.bchmnn.gui.enable {
|
|
programs.ausweisapp = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
};
|
|
}
|