nix-index.nix
1 { flake, ... }: 2 { 3 imports = [ 4 # NOTE: The nix-index DB is slow to search, until 5 # https://github.com/nix-community/nix-index-database/issues/130 6 flake.inputs.nix-index-database.homeModules.nix-index 7 ]; 8 9 programs.nix-index-database.comma.enable = true; 10 }