This commit is contained in:
2025-09-01 20:40:05 +03:00
parent ba29dec8a3
commit 780815a5c2
4 changed files with 3 additions and 6 deletions

View File

@@ -68,9 +68,9 @@
};
programs = {
zsh.enable = true;
nix-index = {
enable = true;
enableFishIntegration = config.programs.fish.enable;
enableZshIntegration = config.programs.zsh.enable;
enableBashIntegration = config.programs.bash.enable;
};