This commit is contained in:
2024-11-26 15:43:48 -05:00
parent 239fba826b
commit 370948543d
6 changed files with 53 additions and 10 deletions

View File

@@ -0,0 +1,12 @@
{
pkgs,
config,
...
}: {
programs = {
nix-index = {
enable = true;
enableZshIntegration = true;
};
};
}