Files
2026-05-20 12:17:38 -04:00

8 lines
102 B
Nix

{
flake.modules.homeManager.zathura = {
programs.zathura = {
enable = true;
};
};
}