mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-14 11:14:36 +02:00
* Added simple flake template * Added readme to template * Updated readme to show how to use the template * Formatting * removed unused file from template * Fixed template url and pkgs * Formatting
6 lines
91 B
Nix
6 lines
91 B
Nix
{
|
|
# Import all your configuration modules here
|
|
imports = [
|
|
./bufferline.nix
|
|
];
|
|
}
|