amadaluzian-zsh: init amadaluzian-zsh
This commit is contained in:
parent
f082ca90e4
commit
e7b8922920
20 changed files with 263 additions and 330 deletions
|
@ -1,17 +1,13 @@
|
|||
{symlinkJoin, makeWrapper, neovide, ...}:
|
||||
{ symlinkJoin, makeWrapper, neovide, ... }:
|
||||
let
|
||||
custom-neovide = neovide.overrideAttrs (finalAttrs: {
|
||||
patches =
|
||||
(finalAttrs.patches or [])
|
||||
++ [
|
||||
./0001-feat-env-add-NEOVIDE_CONFIG-env-var.patch
|
||||
];
|
||||
patches = (finalAttrs.patches or [ ])
|
||||
++ [ ./0001-feat-env-add-NEOVIDE_CONFIG-env-var.patch ];
|
||||
});
|
||||
in
|
||||
symlinkJoin {
|
||||
in symlinkJoin {
|
||||
name = "neovide";
|
||||
paths = [custom-neovide];
|
||||
nativeBuildInputs = [makeWrapper];
|
||||
paths = [ custom-neovide ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/neovide \
|
||||
--set-default NEOVIDE_CONFIG ${../../test_dirs/neovide/config.toml}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue