nix-v0/src/home/gui/zathura.nix
2024-10-26 21:06:24 -05:00

8 lines
57 B
Nix

_:
{
programs.zathura = {
enable = true;
};
}