12 lines
205 B
Nix
12 lines
205 B
Nix
{
|
|
programs.zellij = {
|
|
enable = true;
|
|
settings = {
|
|
mouse_mode = false;
|
|
keybinds.unbind = [
|
|
"Ctrl h"
|
|
];
|
|
};
|
|
};
|
|
home.sessionVariables.ZELLIJ_AUTO_ATTACH = "true";
|
|
}
|