add nix-index

This commit is contained in:
2024-08-11 10:08:07 +05:30
parent 6ab8c35437
commit df83b9838c

View File

@ -28,6 +28,11 @@
}; };
}; };
programs.nix-index = {
enable = true;
enableZshIntegration = true;
};
home = { home = {
username = "${username}"; username = "${username}";
homeDirectory = "/home/${username}"; homeDirectory = "/home/${username}";