feat(zellij): move layout around
This commit is contained in:
parent
9ecb57a4b6
commit
2c468724fd
1 changed files with 20 additions and 9 deletions
|
@ -1,13 +1,24 @@
|
|||
{
|
||||
home-manager.users.rafiq.programs.zellij = {
|
||||
enable = true;
|
||||
attachExistingSession = true;
|
||||
settings = {
|
||||
show_startup_tips = false;
|
||||
pane_frames = 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"
|
||||
];
|
||||
};
|
||||
};
|
||||
xdg.configFile."zellij/layouts/default.kdl".text = # kdl
|
||||
''
|
||||
layout {
|
||||
pane
|
||||
pane size=1 borderless=true {
|
||||
plugin location="tab-bar"
|
||||
}
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue