fix(zellij): configure even if disabled #587

Merged
jalil merged 1 commit from push-xuvqqtqsunxn into main 2025-07-17 09:45:48 +02:00
2 changed files with 15 additions and 14 deletions
Showing only changes of commit 07e4f3c1b0 - Show all commits

View file

@ -172,6 +172,19 @@ in
'';
};
};
# configure zellij without enabling it
zellij.settings = {
show_startup_tips = false; # disable the startup tips dialogue
# Set default shell
default_shell =
if config.programs.fish.enable then
"fish"
else if config.programs.zsh.enable then
"zsh"
else
"bash";
};
};
}
];

View file

@ -169,20 +169,8 @@ in
};
};
};
zellij = {
enable = cfg.terminal == "alacritty"; # alacritty has no terminal multiplexer built-in
# Set default shell
settings = {
show_startup_tips = false; # disable the startup tips dialogue
default_shell =
if config.programs.fish.enable then
"fish"
else if config.programs.zsh.enable then
"zsh"
else
"bash";
};
};
# alacritty has no terminal multiplexer built-in use zellij
zellij.enable = cfg.terminal == "alacritty";
# PDF reader
zathura.enable = true;
# Auto start sway