home: zsh: disable tmux auto-launch by default
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2023-02-22 16:09:45 +00:00
parent 06989facc2
commit 607d11bbad

View file

@ -6,9 +6,7 @@ in
options.my.home.zsh = with lib; {
enable = my.mkDisableOption "zsh configuration";
launchTmux = mkEnableOption "auto launch tmux at shell start" // {
default = config.my.home.tmux.enable;
};
launchTmux = mkEnableOption "auto launch tmux at shell start";
};
config = lib.mkIf cfg.enable {