chore: separate nixos & home-manager configuration into own directories

This commit is contained in:
Khaïs COLIN 2024-07-28 10:15:03 +02:00
parent 39cd2bc920
commit 70131093c3
21 changed files with 0 additions and 0 deletions

View file

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