code review

This commit is contained in:
Miguel Palhas
2024-10-04 15:59:10 +01:00
parent 482fdf5c48
commit 630c588558
8 changed files with 127 additions and 48 deletions
@@ -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; };
}