the sh zsh thing was a red herring undo that

This commit is contained in:
Lillian Violet 2024-10-23 14:42:22 +02:00
parent c71d150b9b
commit c3717a0991

View file

@ -17,7 +17,7 @@
zellij action close-pane zellij action close-pane
''; '';
jupyter = jupyter =
pkgs.writeText "run_jupyter_from_helix.sh" pkgs.writeText "run_jupyter_from_helix.zsh"
'' ''
#! ~/.nix-profile/bin/zsh #! ~/.nix-profile/bin/zsh
function new() { function new() {
@ -215,7 +215,7 @@ in {
home.file = { home.file = {
"jupyter" = { "jupyter" = {
source = "${jupyter}"; source = "${jupyter}";
target = ".config/helix/run_jupyter_from_helix.sh"; target = ".config/helix/run_jupyter_from_helix.zsh";
}; };
}; };
} }