Initial commit (unfinished, up to flakes)
This commit is contained in:
commit
7f1f5c16c0
12 changed files with 515 additions and 0 deletions
13
presenterm_config.yaml
Normal file
13
presenterm_config.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
snippet:
|
||||
exec:
|
||||
custom:
|
||||
nix:
|
||||
filename: "snippet.nix"
|
||||
|
||||
# A prefix that indicates a line that starts with it should not be visible but should be executed if the
|
||||
# snippet is marked with `+exec`.
|
||||
hidden_line_prefix: "/// "
|
||||
|
||||
# A list of commands that will be ran one by one in the same directory as the snippet is in.
|
||||
commands:
|
||||
- ["nix-instantiate", "--eval", "--strict" ,"$pwd/snippet.nix"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue