nix/nixvim/config/default.nix

7 lines
111 B
Nix

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