feat(neovide): add neovide

This commit is contained in:
Artur Manuel 2025-02-10 20:55:07 +00:00
commit 81f367e3aa
4 changed files with 58 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{neovide}:
neovide.overrideAttrs (finalAttrs: {
patches = (finalAttrs.patches or []) ++ [
./0001-feat-config-add-config-flag.patch
];
})