nixos-surface-config/homeManagerModules/gui/zathura.nix
Rohan Deshpande b0462a90af first commit
2024-09-08 20:27:05 -04:00

6 lines
68 B
Nix

{config, pkgs, ...}: {
programs.zathura = {
enable = true;
};
}