neovim-flake/modules/plugins/tabline/cokeline/default.nix

7 lines
59 B
Nix
Raw Normal View History

2024-05-22 05:07:17 +02:00
{
imports = [
./cokeline.nix
./config.nix
];
}