feat: enable alpha for dashboard

This commit is contained in:
NotAShelf 2023-02-03 16:03:41 +03:00
parent 7546dc46d3
commit 4658212e69
No known key found for this signature in database
GPG Key ID: 419DBDD3228990BE
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@
};
vim.dashboard = {
dashboard-nvim.enable = false;
alpha.enable = true;
};
};
};