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