{ lib, config, ... }: let inherit (lib.modules) mkIf; in { config = mkIf config.local.profiles.desktop.enable { services.flatpak.enable = true; }; }