flake: implement nix-index-database
This commit is contained in:
parent
34cd8add4a
commit
014221cc39
5 changed files with 39 additions and 4 deletions
|
@ -82,11 +82,17 @@ in
|
|||
|
||||
programs.nix-ld.enable = mkDefault true;
|
||||
|
||||
programs.nix-index-database.comma.enable = true;
|
||||
programs.nix-index = {
|
||||
enable = true;
|
||||
enableBashIntegration = false;
|
||||
enableZshIntegration = false;
|
||||
enableFishIntegration = false;
|
||||
};
|
||||
|
||||
universe.packages = with pkgs; [
|
||||
comma
|
||||
nix-diff
|
||||
nix-du
|
||||
nix-index
|
||||
nix-melt
|
||||
nix-output-monitor
|
||||
nix-tree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue