nvf/modules/plugins/languages/tex/pdfViewer/viewers/default.nix
2025-01-30 18:56:32 -07:00

10 lines
120 B
Nix

{ ... }:
{
imports = [
./custom.nix
./okular.nix
./sioyek.nix
./qpdfview.nix
./zathura.nix
];
}