This commit is contained in:
Hadi
2024-06-13 10:48:06 +02:00
parent a30df8d186
commit d117be2be9
5 changed files with 170 additions and 69 deletions

View File

@@ -1,33 +0,0 @@
{ inputs, ... }: {
imports = [
inputs.nixvim.homeManagerModules.nixvim
./auto-pairs.nix
./options.nix
./telescope.nix
./nvim-tree.nix
./lightline.nix
./git.nix
./cmp.nix
./none-ls.nix
./wilder.nix
./lsp.nix
./treesitter.nix
./toggleterm.nix
./whichkey.nix
./alpha.nix
./keymaps.nix
./comment.nix
./oil.nix
./trouble.nix
./noice.nix
];
programs.nixvim = {
enable = true;
colorschemes.catppuccin = {
enable = true;
settings = { transparent_background = true; };
};
};
}

View File

@@ -1 +1 @@
{ imports = [ ./lf ./neofetch ./nvim/server.nix ]; }
{ imports = [ ./lf ./neofetch ]; }