Remove dashboard

This commit is contained in:
2026-04-23 11:00:00 -04:00
parent 69584f4eb9
commit 82614c27db

View File

@@ -29,37 +29,6 @@
clipboard.providers.xclip.enable = true;
plugins = {
dashboard = {
enable = true;
settings = {
theme = "hyper";
config = {
header = [
" "
" "
" "
" "
" "
" "
""
];
shortcut = [
{
action = {
__raw = "function(path) vim.cmd('Telescope find_files') end";
};
desc = "Find Files";
key = "f";
icon = " ";
}
];
};
};
};
telescope = {
enable = true;