{ inputs, pkgs, vars, ... }: { imports = [inputs.flatpaks.homeManagerModules.default]; services.flatpak = { remotes.flathub = "https://flathub.org/repo/flathub.flatpakrepo"; packages = [ "flathub:app/us.zoom.Zoom//stable" "flathub:app/com.discordapp.Discord//stable" ]; }; }