nix/nixvim/config/default.nix

8 lines
106 B
Nix
Raw Normal View History

2024-07-27 11:08:16 +02:00
{
# Import all your configuration modules here
2024-07-27 13:29:25 +02:00
imports = [
./bufferline.nix
./base.nix
];
2024-07-27 11:08:16 +02:00
}