test
This commit is contained in:
parent
7431d0f9ff
commit
956f9289c5
1 changed files with 6 additions and 4 deletions
|
@ -10,10 +10,12 @@
|
||||||
nvchad-ui
|
nvchad-ui
|
||||||
];
|
];
|
||||||
configure = {
|
configure = {
|
||||||
packages.myVimPackage = with pkgs.vimPlugins [
|
packages.myVimPackage = with pkgs.vimPlugins {
|
||||||
|
start = [
|
||||||
nvchad
|
nvchad
|
||||||
nvchad-ui
|
nvchad-ui
|
||||||
];
|
;]
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue