From 607d11bbad7d72f927fac74e98eb749c2c9ab2d1 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 22 Feb 2023 16:09:45 +0000 Subject: [PATCH] home: zsh: disable tmux auto-launch by default --- home/zsh/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/home/zsh/default.nix b/home/zsh/default.nix index edbff52..84eb7a3 100644 --- a/home/zsh/default.nix +++ b/home/zsh/default.nix @@ -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 {