nix-config/machines/porthos/home.nix

8 lines
122 B
Nix
Raw Normal View History

{ ... }:
{
my.home = {
# Always start a tmux session when opening a shell session
zsh.launchTmux = true;
};
}