From 21844a104995956a34beb7b16ce8a8f6c4f3b265 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sat, 7 Sep 2024 15:26:40 -0700 Subject: [PATCH] feat: enable nix-index --- users/youwen/common/core.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/users/youwen/common/core.nix b/users/youwen/common/core.nix index 583bc8c..d1a4e0b 100755 --- a/users/youwen/common/core.nix +++ b/users/youwen/common/core.nix @@ -129,6 +129,12 @@ ]; }; + programs.nix-index = { + enable = true; + enableBashIntegration = true; + enableFishIntegration = true; + }; + programs.fd.enable = true; programs.btop = {