2023-02-22 17:05:28 +01:00
|
|
|
{ ... }:
|
|
|
|
{
|
2023-02-22 17:09:15 +01:00
|
|
|
my.home = {
|
2023-10-30 14:33:27 +01:00
|
|
|
# Allow using 24bit color when SSH-ing from various clients
|
|
|
|
tmux.trueColorTerminals = [
|
|
|
|
# My usual terminal, e.g: on laptop
|
|
|
|
"alacritty"
|
|
|
|
];
|
|
|
|
|
2023-02-22 17:09:15 +01:00
|
|
|
# Always start a tmux session when opening a shell session
|
|
|
|
zsh.launchTmux = true;
|
|
|
|
};
|
2023-02-22 17:05:28 +01:00
|
|
|
}
|