From c705a52cd40eb6d8f260611c32542c2f855ed163 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 18 Jun 2023 10:30:37 +0200 Subject: add package reverse search --- common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.nix b/common.nix index 2a0f9c4..976eec2 100644 --- a/common.nix +++ b/common.nix @@ -437,6 +437,9 @@ in programs.direnv.enable = true; programs.direnv.nix-direnv.enable = true; + # reverse package search, https://github.com/nix-community/nix-index + programs.nix-index.enable = true; + # generate the shell config programs.zsh = { enable = true; -- cgit v1.2.3