fish: simplify fish integration options

This commit is contained in:
Primrose 2025-06-04 13:09:12 +02:00
parent 5d0a3b9537
commit dd2f7c8c65
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -34,20 +34,13 @@ in {
home.packages = [pkgs.vivid]; home.packages = [pkgs.vivid];
programs = { programs = {
fd.enable = true; fd.enable = true;
fzf = { fzf.enable = true;
enable = true;
enableFishIntegration = true;
};
starship = {
enableFishIntegration = true;
};
}; };
# #
# Integration # Integration
# #
programs.kitty.shellIntegration.enableFishIntegration = true; home.shell.enableFishIntegration = true;
services.gpg-agent.enableFishIntegration = true;
# #
# Scripts and functions # Scripts and functions