nixvim-config/config/plugins/ui/web-devicons.nix
2024-12-22 16:28:33 +08:00

5 lines
62 B
Nix

{...}: {
plugins.web-devicons = {
enable = true;
};
}