From 7244102e4588de407d7e19e462f54dc470145f16 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Mon, 11 Mar 2024 08:36:01 +0100 Subject: [PATCH] feat: add ausweisapp --- configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 = {