diff --git a/appflakes/octofriend/result b/appflakes/octofriend/result index 4932aff..ee7aad2 120000 --- a/appflakes/octofriend/result +++ b/appflakes/octofriend/result @@ -1 +1 @@ -/nix/store/i6hjy4gz5akh5x0h5pz34wl1plphdhc8-octofriend-git-6d9c260 \ No newline at end of file +/nix/store/cmq4skpafnf055fyjmk8qxjhvbxl0xws-octofriend-git-6d9c260 \ No newline at end of file diff --git a/desktop/office.nix b/desktop/office.nix index e740dc9..8d87fe3 100644 --- a/desktop/office.nix +++ b/desktop/office.nix @@ -12,6 +12,11 @@ # calibre ]; - + #for zoom + services.flatpak.enable = true; + xdg.portal = { + enable = true; + extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde ]; + }; }