From fa0bc07c388d20722846093263d1527ccd3dd187 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Sun, 22 Feb 2026 15:35:05 +0100 Subject: [PATCH] fix --- modules/nixvim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nixvim.nix b/modules/nixvim.nix index 46360f5..fbdbd24 100644 --- a/modules/nixvim.nix +++ b/modules/nixvim.nix @@ -121,6 +121,7 @@ plugins = { nvim-autopairs.enable = true; + web-devicons.enable = true; which-key = { enable = true;