feat(home-manager/fish): add emacs integration

This commit is contained in:
Luj 2024-10-26 00:16:28 +02:00
parent a6ee8e597f
commit 8f4c465980

View file

@ -17,6 +17,10 @@ with lib;
programs.fish = {
enable = true;
shellInit = ''
[ -n "$EAT_SHELL_INTEGRATION_DIR" ] && \
source "$EAT_SHELL_INTEGRATION_DIR/fish"
'';
shellAliases = {