add pandoc, typst and fonts to nix shell

This commit is contained in:
2025-10-25 00:15:22 +02:00
parent 81a1bdd407
commit 821c03c049

View File

@@ -26,7 +26,17 @@
pkgs.deno pkgs.deno
pkgs.nil # Nix language server pkgs.nil # Nix language server
pkgs.nixfmt-rfc-style pkgs.nixfmt-rfc-style
pkgs.typst
pkgs.pandoc
pkgs.tinymist
pkgs.vscode-css-languageserver
]; ];
FONTCONFIG_FILE = pkgs.makeFontsConf {
fontDirectories = [
pkgs.atkinson-hyperlegible-next
];
};
}; };
}; };
}; };