nix/nixvim/config/default.nix

7 lines
106 B
Nix

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