From df83b9838c441d570562f9f6b02431791a216030 Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Sun, 11 Aug 2024 10:08:07 +0530 Subject: [PATCH] add nix-index --- hosts/common/home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/common/home.nix b/hosts/common/home.nix index c49b7b1..48ee34d 100644 --- a/hosts/common/home.nix +++ b/hosts/common/home.nix @@ -28,6 +28,11 @@ }; }; + programs.nix-index = { + enable = true; + enableZshIntegration = true; + }; + home = { username = "${username}"; homeDirectory = "/home/${username}";