fix(zellij): disable startup tips
This commit is contained in:
@@ -90,6 +90,9 @@
|
|||||||
programs.zellij = {
|
programs.zellij = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
|
settings = {
|
||||||
|
show_startup_tips = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# ── Ripgrep / FD ────────────────────────────────────
|
# ── Ripgrep / FD ────────────────────────────────────
|
||||||
|
|||||||
Reference in New Issue
Block a user