mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-16 15:31:52 +02:00
5 lines
85 B
Nix
5 lines
85 B
Nix
|
{
|
||
|
# Import all your configuration modules here
|
||
|
imports = [ ./bufferline.nix ];
|
||
|
}
|