This commit is contained in:
iFargle 2023-08-29 20:08:42 +09:00
parent 6c28ff9429
commit 4d1f98ea56

View file

@ -10,13 +10,13 @@
nvchad-ui nvchad-ui
]; ];
configure = { configure = {
packages.myVimPackage = with pkgs.vimPlugins { packages.myVimPackage = with pkgs.vimPlugins; {
start = [ start = [
nvchad nvchad
nvchad-ui nvchad-ui
]; ];
}; };
} };
}; };
} }