diff --git a/extra.nix b/extra.nix index fdaca8d8..7aaad9d9 100644 --- a/extra.nix +++ b/extra.nix @@ -65,6 +65,10 @@ inputs: let theme = "catppuccin"; }; + vim.winbar = { + barbecue.enable = true; + }; + vim.theme = { enable = true; name = "catppuccin"; diff --git a/flake.nix b/flake.nix index 36a224f9..e1c9e7d0 100644 --- a/flake.nix +++ b/flake.nix @@ -138,6 +138,17 @@ flake = false; }; + # Winbar + nvim-navic = { + url = "github:SmiteshP/nvim-navic"; + flake = false; + }; + + barbecue-nvim = { + url = "github:utilyre/barbecue.nvim"; + flake = false; + }; + # Statuslines lualine = { url = "github:hoob3rt/lualine.nvim";