mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
added neovide
This commit is contained in:
parent
3ad5a28063
commit
e66e5f139f
1 changed files with 10 additions and 0 deletions
|
|
@ -107,6 +107,16 @@
|
||||||
args = ["--add-flags" "run marimo edit"];
|
args = ["--add-flags" "run marimo edit"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
n = {
|
||||||
|
enable = true;
|
||||||
|
path = {
|
||||||
|
value = "${pkgs.neovide}/bin/neovide";
|
||||||
|
args = [
|
||||||
|
"--add-flags"
|
||||||
|
"--neovim-bin ${name}"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
categories = {
|
categories = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue