chore: rm mouse mode in zellij

This commit is contained in:
Mohammad Rafiq 2025-03-22 09:14:57 +08:00
parent 632818ed7b
commit adc8886017
No known key found for this signature in database

View file

@ -1,12 +1,9 @@
{ {
programs.zellij = { programs.zellij = {
enable = true; enable = true;
# package = inputs.zellij blablabla
settings = { settings = {
# theme = "stylix"; mouse_mode = false;
}; };
}; };
home.sessionVariables.ZELLIJ_AUTO_ATTACH = "true"; home.sessionVariables.ZELLIJ_AUTO_ATTACH = "true";
home.sessionVariables.ZELLIJ_AUTO_EXIT = "true";
} }