# This module is for programs with GUIs that run in a desktop environment { inputs, ... }: { flake.modules.homeManager.desktop = { imports = with inputs.self.modules.homeManager; [ onepassword ghostty sublime ]; }; }