Files

8 lines
102 B
Nix
Raw Permalink Normal View History

2026-05-20 12:17:38 -04:00
{
flake.modules.homeManager.zathura = {
programs.zathura = {
enable = true;
};
};
}