{ inputs, ... }: { imports = [ inputs.flatpaks.homeManagerModules.declarative-flatpak ]; services.flatpak = { remotes.flathub = "https://flathub.org/repo/flathub.flatpakrepo"; packages = [ "flathub:app/md.obsidian.Obsidian//stable" "flathub:app/com.github.iwalton3.jellyfin-media-player//stable" "flathub:app/com.github.tchx84.Flatseal//stable" ]; overrides = { global = { filesystems = [ "~/.local/share/icons" ]; }; "md.obsidian.Obsidian" = { sockets = [ "wayland" "system-bus" ]; }; "com.github.iwalton3.jellyfin-media-player" = { sockets = [ "!wayland" ]; }; }; }; }