chore: disable zellij auto startup tips

This commit is contained in:
Mohammad Rafiq 2025-04-01 20:03:30 +08:00
parent 9ba38e6ec5
commit 68b562feac
No known key found for this signature in database

View file

@ -3,7 +3,7 @@
programs.zellij = { programs.zellij = {
enable = true; enable = true;
settings = { settings = {
mouse_mode = false; show_startup_tips = false;
keybinds.unbind = [ keybinds.unbind = [
"Ctrl h" "Ctrl h"
]; ];