Files
nix-config/modules/programs/zathura.nix
T
2026-03-15 15:04:47 +01:00

6 lines
85 B
Nix

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