Removed: Neovim Conf

This commit is contained in:
2025-03-26 14:23:54 +01:00
parent 4549818099
commit 7874efb0d7
2 changed files with 1 additions and 16 deletions

View File

@@ -1,10 +0,0 @@
{config, pkgs, inputs, ...}: {
nixpkgs = {
overlays = [
(final: prev: {
nvchad = inputs.nvchad4nix.packages."${pkgs.system}".nvchad;
})
];
};
}