feat: enable nix-index

This commit is contained in:
Youwen Wu 2024-09-07 15:26:40 -07:00
parent abaf8ee902
commit 21844a1049
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -129,6 +129,12 @@
]; ];
}; };
programs.nix-index = {
enable = true;
enableBashIntegration = true;
enableFishIntegration = true;
};
programs.fd.enable = true; programs.fd.enable = true;
programs.btop = { programs.btop = {