home-manager: refactor kitty

This commit is contained in:
Primrose 2024-11-30 13:49:11 +01:00
parent b9aa050133
commit c5c4cd6e94
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 11 additions and 9 deletions

View file

@ -36,6 +36,10 @@ in
enable = true;
enableFishIntegration = true;
};
kitty = {
settings.shell = ''${pkgs.fish}/bin/fish --command="tmux-home" --login'';
shellIntegration.enableFishIntegration = true;
};
};
xdg.configFile = lib.mapAttrs' (path: _: {