Nix flake configuration for my various machines (clients and homelab servers)
0

Configure Feed

Select the types of activity you want to include in your feed.

barbar -> bufferline

Parthiv Krishna (May 5, 2026, 9:39 AM -0700) 6403229b 39fec5f4

+5 -5
-5
modules/features/apps/nixvim/ui/barbar.nix
··· 1 - _: { 2 - programs.nixvim.plugins.barbar = { 3 - enable = true; 4 - }; 5 - }
+5
modules/features/apps/nixvim/ui/bufferline.nix
··· 1 + _: { 2 + programs.nixvim.plugins.bufferline = { 3 + enable = true; 4 + }; 5 + }