add pandoc, typst and fonts to nix shell
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -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
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user