mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-18 08:59:39 +00:00
home-manager: refactor kitty
This commit is contained in:
parent
b9aa050133
commit
c5c4cd6e94
2 changed files with 11 additions and 9 deletions
|
|
@ -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: _: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue