This commit is contained in:
iFargle 2023-08-29 20:07:37 +09:00
parent 7431d0f9ff
commit 956f9289c5

View file

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