nvchad
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{ inputs, pkgs, ... }: {
|
||||
home.sessionVariables = { EDITOR = "nvim"; };
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
|
||||
vimAlias = true;
|
||||
vimdiffAlias = true;
|
||||
withNodeJs = true;
|
||||
};
|
||||
|
||||
programs.nvchad.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user