From 92e4d25fe258fb1a662cb3351f0768915273f3d9 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Mon, 26 May 2025 21:48:17 +0200 Subject: [PATCH] fix nixvim warning --- systems/common-cli.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/common-cli.nix b/systems/common-cli.nix index 4da4392..4651d9a 100644 --- a/systems/common-cli.nix +++ b/systems/common-cli.nix @@ -93,6 +93,7 @@ { name = "buffer"; } ]; }; + web-devicons.enable = true; }; };