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

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