code review
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
{ inputs, pkgs, ... }: {
|
||||
imports = [ inputs.nvchad4nix.homeManagerModule ];
|
||||
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;
|
||||
programs.nvchad = { enable = true; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user