From 71e73e00da9da429362708fb086195515f073c7f Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Thu, 25 Sep 2025 13:17:52 +0200 Subject: [PATCH] enable index --- systems/laptop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/laptop/configuration.nix b/systems/laptop/configuration.nix index 375e55a..5151710 100644 --- a/systems/laptop/configuration.nix +++ b/systems/laptop/configuration.nix @@ -30,6 +30,7 @@ nixvimPlugins = true; nix = { ld.enable = true; + index.enable = true; settings.enable = true; }; misc = {