Remove nix-index as it's getting annoying...

This commit is contained in:
Evie Litherland-Smith 2023-05-31 11:09:32 +01:00
parent 52ff1c36a3
commit f2c490e3ca
5 changed files with 0 additions and 7 deletions

1
home/env/bash.nix vendored
View file

@ -8,5 +8,4 @@
};
programs.keychain.enableBashIntegration = true;
programs.starship.enableBashIntegration = true;
programs.nix-index.enableBashIntegration = true;
}

View file

@ -5,7 +5,6 @@
./direnv.nix
./fish.nix
./keychain.nix
./nix-index.nix
./readline.nix
./starship.nix
./zsh.nix

1
home/env/fish.nix vendored
View file

@ -21,5 +21,4 @@
};
programs.keychain.enableFishIntegration = true;
programs.starship.enableFishIntegration = true;
programs.nix-index.enableFishIntegration = true;
}

View file

@ -1,3 +0,0 @@
{...}: {
programs.nix-index.enable = true;
}

1
home/env/zsh.nix vendored
View file

@ -17,5 +17,4 @@
};
programs.keychain.enableZshIntegration = true;
programs.starship.enableZshIntegration = true;
programs.nix-index.enableZshIntegration = true;
}