From 3790572079e2a068c29c5bb4254c43dc70a23d53 Mon Sep 17 00:00:00 2001 From: Origami404 Date: Sat, 22 Jun 2024 20:40:36 +0800 Subject: [PATCH] [home] enable nix-index --- home.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home.nix b/home.nix index 4a960f4..833d254 100644 --- a/home.nix +++ b/home.nix @@ -58,6 +58,12 @@ categories = [ "Application" ]; }; }; + + programs.nix-index = { + enable = true; + enableFishIntegration = true; + }; + programs.fzf.enableFishIntegration = false; # use fish.fzf keybinding programs.fish = { enable = true;