nix-community.nixvim/templates/simple/config/default.nix

6 lines
104 B
Nix

{self, ...}: {
# Import all your configuration modules here
imports = [
./bufferline.nix
];
}