maybe write the zsh file too haha

This commit is contained in:
Lillian Violet 2024-10-23 14:24:05 +02:00
parent 8a84837169
commit c85e430229

View file

@ -211,4 +211,10 @@ in {
target = ".config/helix/open_in_helix_from_yazi.zsh";
};
};
home.file = {
"jupyter" = {
source = "${jupyter}";
target = ".config/helix/run_jupyter_from_helix.zsh";
};
};
}