mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
feat: set image protocol for iamb -> sixel as i've switched to foot
This commit is contained in:
parent
94914464ab
commit
16265b4ced
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
||||||
notifications.enabled = false;
|
notifications.enabled = false;
|
||||||
username_display = "displayname";
|
username_display = "displayname";
|
||||||
image_preview = {
|
image_preview = {
|
||||||
protocol.type = "kitty";
|
protocol.type = "sixel";
|
||||||
protocol.size = {
|
protocol.size = {
|
||||||
height = 10;
|
height = 10;
|
||||||
width = 66;
|
width = 66;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue