diff --git a/templates/sci/flake.nix b/templates/sci/flake.nix index 026f2dc..c4c1a5e 100644 --- a/templates/sci/flake.nix +++ b/templates/sci/flake.nix @@ -107,6 +107,16 @@ args = ["--add-flags" "run marimo edit"]; }; }; + n = { + enable = true; + path = { + value = "${pkgs.neovide}/bin/neovide"; + args = [ + "--add-flags" + "--neovim-bin ${name}" + ]; + }; + }; }; }; categories = {