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

View file

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