Bruno BELANYI
2fb3d0f9cf
This will be more consistent in the future if I want to introduce darwin or home-manager configurations.
8 lines
122 B
Nix
8 lines
122 B
Nix
{ ... }:
|
|
{
|
|
my.home = {
|
|
# Always start a tmux session when opening a shell session
|
|
zsh.launchTmux = true;
|
|
};
|
|
}
|