Changed: Neovim Conf
This commit is contained in:
10
modules/nvchad.nix
Normal file
10
modules/nvchad.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{config, pkgs, inputs, ...}: {
|
||||
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
(final: prev: {
|
||||
nvchad = inputs.nvchad4nix.packages."${pkgs.system}".nvchad;
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user