mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-23 12:15:26 +02:00
7 lines
91 B
Nix
7 lines
91 B
Nix
|
{
|
||
|
# Import all your configuration modules here
|
||
|
imports = [
|
||
|
./bufferline.nix
|
||
|
];
|
||
|
}
|