mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-14 19:24:34 +02:00
6 lines
104 B
Nix
6 lines
104 B
Nix
{self, ...}: {
|
|
# Import all your configuration modules here
|
|
imports = [
|
|
./bufferline.nix
|
|
];
|
|
}
|