feat(zellij): move layout around
This commit is contained in:
parent
9ecb57a4b6
commit
2c468724fd
1 changed files with 20 additions and 9 deletions
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
home-manager.users.rafiq.programs.zellij = {
|
home-manager.users.rafiq = {
|
||||||
|
programs.zellij = {
|
||||||
enable = true;
|
enable = true;
|
||||||
attachExistingSession = true;
|
attachExistingSession = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
@ -10,4 +11,14 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
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