{ pkgs, inputs, ... }: { programs.iamb = { enable = true; package = inputs.iamb.packages.${pkgs.stdenv.hostPlatform.system}.default; settings = { profiles.user = { user_id = "@liv:liv.town"; layout.style = "restore"; }; typing_notice_send = false; typing_notice_display = true; reaction_display = true; read_receipt_send = false; read_receipt_display = false; sort = { chats = [ "favorite" "recent" "unread" "name" "lowpriority" ]; members = [ "power" "id" ]; }; macros.normal = { ";" = ":"; gc = ":chats"; gr = ":rooms"; gs = ":spaces"; gu = ":unreads"; gf = ":open"; uc = ":unreads clear"; r = ":reply"; e = ":edit"; mq = ":cancely"; me = ":editor"; J = ":tabpreviousy"; K = ":tabnext"; }; macros.normal = { asdf = ""; sadf = ""; fasd = ""; sdaf = ""; }; notifications.enabled = false; username_display = "displayname"; image_preview = { protocol.type = "kitty"; protocol.size = { height = 10; width = 66; }; }; }; }; }