rizzX
This commit is contained in:
@@ -1,7 +1,20 @@
|
||||
{config, pkgs, inputs, ...}:
|
||||
{config, pkgs, lib, inputs, ...}:
|
||||
|
||||
{
|
||||
inputs.nixvim.homeManagerModules.nixvim= {
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
};
|
||||
colorschemes.rose-pine.enable = true;
|
||||
plugins.nvim-tree.enable = true;
|
||||
plugins.treesitter.enable = true;
|
||||
plugins.lualine.enable = true;
|
||||
plugins.lsp.enable = true;
|
||||
plugins.luasnip.enable = true;
|
||||
plugins.toggleterm.enable = true;
|
||||
plugins.nvim-cmp.enable = true;
|
||||
plugins.gitsigns.enable = true;
|
||||
plugins.which-key.enable = true;
|
||||
plugins.cmp-nvim-lsp.enable = true;
|
||||
plugins.telescope.enable = true;
|
||||
plugins.indent-blankline.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user