alqages/amadaluzian-neovide/default.nix

7 lines
145 B
Nix
Raw Normal View History

2025-02-10 20:55:07 +00:00
{neovide}:
neovide.overrideAttrs (finalAttrs: {
patches = (finalAttrs.patches or []) ++ [
./0001-feat-config-add-config-flag.patch
];
})