Changed: Neovim Conf

This commit is contained in:
2025-03-26 13:54:00 +01:00
parent 68effe3e29
commit 04e98c48d1
4 changed files with 35 additions and 47 deletions

10
modules/nvchad.nix Normal file
View File

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