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

This commit is contained in:
Julien Malka 2024-10-26 00:16:28 +02:00
parent 58dbafd524
commit 0a4c2444bc
Signed by: Luj
GPG key ID: 6FC74C847011FD83

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 = {