insall web-devicons

This commit is contained in:
♥ Minnie ♥ 2024-12-22 16:28:33 +08:00
parent 340017ed29
commit fdbc21f043
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 6 additions and 0 deletions

View file

@ -21,6 +21,7 @@
# UI plugins
./plugins/ui/lualine.nix
./plugins/ui/web-devicons.nix
# LSP and formatting
./plugins/lsp/conform.nix

View file

@ -0,0 +1,5 @@
{...}: {
plugins.web-devicons = {
enable = true;
};
}