added zathura.

This commit is contained in:
Gabe Venberg 2026-02-22 18:13:38 +01:00
parent bbf2854a5a
commit 5661362a6f
3 changed files with 10 additions and 5 deletions

View file

@ -5,12 +5,15 @@
...
}: {
programs.iamb = {
enable=true;
settings={
enable = true;
settings = {
profiles."matrix.org".user_id = "@gabev:matrix.org";
settings = {
image_preview.size={height=10; width=80;};
notifications.enabled=true;
image_preview.size = {
height = 10;
width = 80;
};
notifications.enabled = true;
};
};
};

View file

@ -123,5 +123,5 @@
};
};
services.gpg-agent.enableZshIntegration = true;
home.packages = with pkgs; [ curl ];
home.packages = with pkgs; [curl];
}