nixos/modules/home-manager/nix-index.nix
2024-11-26 15:43:48 -05:00

13 lines
134 B
Nix

{
pkgs,
config,
...
}: {
programs = {
nix-index = {
enable = true;
enableZshIntegration = true;
};
};
}