home: zsh: disable tmux auto-launch by default
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
06989facc2
commit
607d11bbad
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue