nix/nixvim/config/default.nix

5 lines
85 B
Nix
Raw Normal View History

2024-07-27 11:08:16 +02:00
{
# Import all your configuration modules here
imports = [ ./bufferline.nix ];
}