diff --git a/configuration.nix b/configuration.nix index 33d64b4..75be71d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -61,6 +61,11 @@ programs = { zsh.enable = true; gphoto2.enable = true; + + ausweisapp = { + enable = true; + openFirewall = true; + }; }; virtualisation.docker.enable = true; @@ -115,7 +120,6 @@ enable = true; wlr.enable = true; extraPortals = [ - pkgs.xdg-desktop-portal-wlr pkgs.xdg-desktop-portal-gtk ]; config = {