nvf/modules/plugins/languages/tex/pdfViewer/viewers/default.nix
2025-12-19 17:34:02 +01:00

10 lines
120 B
Nix

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