nixos/home/apps/nvim/bufferline.nix
2024-05-02 15:40:12 +02:00

2 lines
61 B
Nix

{ programs.nixvim.plugins.bufferline = { enable = true; }; }