mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 21:05:14 +08:00
17 lines
344 B
Nix
17 lines
344 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;
|
|
};
|
|
};
|
|
username_display = "displayname";
|
|
};
|
|
};
|
|
}
|