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];
programs = {
fd.enable = true;
fzf = {
enable = true;
enableFishIntegration = true;
};
starship = {
enableFishIntegration = true;
};
fzf.enable = true;
};
#
# Integration
#
programs.kitty.shellIntegration.enableFishIntegration = true;
services.gpg-agent.enableFishIntegration = true;
home.shell.enableFishIntegration = true;
#
# Scripts and functions