chore: move out of useless nixos directory

This commit is contained in:
Khaïs COLIN 2024-08-26 13:38:20 +02:00
parent f76bee6384
commit ec6d839450
52 changed files with 0 additions and 0 deletions

29
nixvim/config/default.nix Normal file
View file

@ -0,0 +1,29 @@
{
# Import all your configuration modules here
imports = [
# base config
./options.nix
./clipboard.nix
# appearence
./bufferline.nix
./lualine.nix
./which-key.nix
./toggleterm.nix
# file and search utilities
./telescope.nix
./oil.nix
# language support & lsp
./lsp.nix
./treesitter.nix
./nix.nix
# debugging
./dap.nix
# autocompletion
./cmp.nix
];
}