fix(zellij): disable the startup tips dialogue #494
1 changed files with 10 additions and 7 deletions
|
@ -176,7 +176,9 @@ in
|
|||
zellij = {
|
||||
enable = cfg.terminal == "alacritty"; # alacritty has no terminal multiplexer built-in
|
||||
# Set default shell
|
||||
settings.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
|
||||
|
@ -184,6 +186,7 @@ in
|
|||
else
|
||||
"bash";
|
||||
};
|
||||
};
|
||||
# PDF reader
|
||||
zathura.enable = true;
|
||||
# Auto start sway
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue