diff --git a/lua/taken/plugins/alpha.lua b/lua/taken/plugins/alpha.lua index 5b716f5..6e9c59b 100644 --- a/lua/taken/plugins/alpha.lua +++ b/lua/taken/plugins/alpha.lua @@ -16,6 +16,7 @@ return { dashboard.section.buttons.val = { dashboard.button("f", " " .. "Find files", ":Telescope find_files "), dashboard.button("p", " " .. "Select project", ":Telescope neovim-project history "), + dashboard.button("t", " " .. "Change theme", ":ThemeSwitcher "), dashboard.button("n", " " .. "Neorg", ":Neorg workspace main "), dashboard.button("l", "󰚰 " .. "Lazy sync", ":Lazy sync "), }