From 83058ca0edcf0b2165dfba5d2574554af71ccfb2 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 28 Jun 2025 22:37:47 -0700 Subject: nixvim: enable web-devicons --- modules/home/tools/neovim/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') diff --git a/modules/home/tools/neovim/default.nix b/modules/home/tools/neovim/default.nix index 0cac0c2..e3e4ceb 100644 --- a/modules/home/tools/neovim/default.nix +++ b/modules/home/tools/neovim/default.nix @@ -34,6 +34,8 @@ in { plugins.nix.enable = true; plugins.trouble.enable = true; + + plugins.web-devicons.enable = true; }; }; } -- cgit v1.2.3