pantheon/programs_temp/zellij.nix
2025-03-27 03:19:25 +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";
}