vimPlugins.alpha-nvim: remove nvim-web-devicons dependency

Listed as optional dependency, along with mini.icons
This commit is contained in:
Austin Horstman
2024-09-29 17:48:59 +02:00
committed by Gaétan Lepage
parent dc1f2229e0
commit 2d70148c4d
@@ -139,9 +139,6 @@ let
in
{
alpha-nvim = super.alpha-nvim.overrideAttrs {
dependencies = [
self.nvim-web-devicons # required by the startify theme
];
nvimRequireCheck = "alpha";
};