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 = {
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
settings = {
|
||||
show_startup_tips = false;
|
||||
keybinds.unbind = [
|
||||
"Ctrl h"
|
||||
];
|
||||
};
|
||||
home-manager.users.rafiq.programs.zellij = {
|
||||
enable = true;
|
||||
attachExistingSession = true;
|
||||
settings = {
|
||||
show_startup_tips = false;
|
||||
pane_frames = false;
|
||||
keybinds.unbind = [
|
||||
"Ctrl h"
|
||||
];
|
||||
};
|
||||
home.sessionVariables.ZELLIJ_AUTO_ATTACH = "true";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue