{ config, pkgs, ... }: { programs.nixcord = { enable = true; config = { frameless = true; plugins = { # TODO: remove this plugin hideAttachments.enable = true; }; }; }; }