mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-29 04:27:11 +08:00
use fork of nix-index-database
This commit is contained in:
parent
81e70ccbd2
commit
d4fe1a9be9
3 changed files with 23 additions and 13 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Platform-independent terminal setup
|
||||
{ flake, ... }:
|
||||
{ flake, pkgs, ... }:
|
||||
|
||||
let
|
||||
inherit (flake) inputs;
|
||||
|
|
@ -15,7 +15,9 @@ in
|
|||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
enableNixCommand = true;
|
||||
database = inputs.nix-index-database.packages.${pkgs.system}.nix-index-small-database;
|
||||
};
|
||||
nix-index-database.comma.enable = true;
|
||||
command-not-found.enable = false;
|
||||
# nix-index-database.comma.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue