Ahwxorg/modules/home/iamb.nix
2026-02-13 13:59:15 +01:00

16 lines
304 B
Nix

{
programs.iamb = {
enable = true;
settings = {
profiles.user.user_id = "@liv:liv.town";
notifications.enabled = false;
image_preview = {
protocol.type = "kitty";
protocol.size = {
height = 10;
width = 66;
};
};
};
};
}