{ config, pkgs, pkgs-unstable, lib, ... }: { environment.systemPackages = with pkgs; [ libreoffice-qt thunderbird slack # Team communication pkgs-unstable.signal-desktop # Private messaging freerdp # xfreerdp CLI client remmina # GTK GUI RDP client # gimp # Temporarily commented out to avoid build errors # calibre ]; #for zoom services.flatpak.enable = true; xdg.portal = { enable = true; extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde ]; config.common.default = [ "kde" "gtk" ]; }; }