add pandoc, typst and fonts to nix shell
This commit is contained in:
parent
81a1bdd407
commit
821c03c049
1 changed files with 10 additions and 0 deletions
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
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue