🚀 enable fish integrations

dev-docs
Moritz Böhme 2022-03-22 12:59:06 +01:00
parent ee7f98f536
commit 2c4004d1f8
No known key found for this signature in database
GPG Key ID: 213820E2795F5CF5
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@
src = inputs.dracula-fish;
}];
};
fzf.enableFishIntegration = true;
starship.enableFishIntegration = true;
};
home.packages = with pkgs.fishPlugins; [ fzf-fish pisces ];
};