add nix-index-database

Signed-off-by: pph <pph@pph.pph>
This commit is contained in:
pph
2026-03-13 13:13:16 +01:00
parent 72ed018351
commit 20f7bca099
6 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{inputs, ...}: {
imports = [inputs.nix-index-database.homeModules.default];
programs.nix-index.enable = true;
programs.nix-index-database.comma.enable = true;
}