feat(zellij): add some config settings
This commit is contained in:
parent
45ba87b264
commit
9ecb57a4b6
1 changed files with 9 additions and 10 deletions
|
@ -1,14 +1,13 @@
|
||||||
{
|
{
|
||||||
home-manager.users.rafiq = {
|
home-manager.users.rafiq.programs.zellij = {
|
||||||
programs.zellij = {
|
enable = true;
|
||||||
enable = true;
|
attachExistingSession = true;
|
||||||
settings = {
|
settings = {
|
||||||
show_startup_tips = false;
|
show_startup_tips = false;
|
||||||
keybinds.unbind = [
|
pane_frames = false;
|
||||||
"Ctrl h"
|
keybinds.unbind = [
|
||||||
];
|
"Ctrl h"
|
||||||
};
|
];
|
||||||
};
|
};
|
||||||
home.sessionVariables.ZELLIJ_AUTO_ATTACH = "true";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue