refactor(repo): change a bunch of everything
This commit is contained in:
parent
81f367e3aa
commit
81bee82c34
26 changed files with 352 additions and 127 deletions
8
packages/amadaluzian-neovide/default.nix
Normal file
8
packages/amadaluzian-neovide/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{neovide, ...}:
|
||||
neovide.overrideAttrs (finalAttrs: {
|
||||
patches =
|
||||
(finalAttrs.patches or [])
|
||||
++ [
|
||||
./0001-feat-env-add-NEOVIDE_CONFIG-env-var.patch
|
||||
];
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue