11 lines
155 B
Nix
11 lines
155 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
programs = {
|
|
nix-index = {
|
|
enable = true;
|
|
enableFishIntegration = true;
|
|
};
|
|
nix-search-tv.enable = true;
|
|
};
|
|
}
|