added direnv to automatically pull relevant packages
This commit is contained in:
parent
2af00b311d
commit
680dacf4a2
5 changed files with 64 additions and 0 deletions
9
shell.nix
Normal file
9
shell.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
packages = [
|
||||
pkgs.typst
|
||||
pkgs.typstyle
|
||||
pkgs.tinymist
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue