pantheon/users/modules/programs/zellij.nix
2025-03-22 09:21:35 +08:00

12 lines
205 B
Nix

{
programs.zellij = {
enable = true;
settings = {
mouse_mode = false;
keybinds.unbind = [
"Ctrl h"
];
};
};
home.sessionVariables.ZELLIJ_AUTO_ATTACH = "true";
}