Initial commit (unfinished, up to flakes)

This commit is contained in:
Pedro Rey Anca 2025-12-15 18:56:07 +01:00
commit 7f1f5c16c0
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
12 changed files with 515 additions and 0 deletions

13
presenterm_config.yaml Normal file
View 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"]