feat(zellij): move layout around

This commit is contained in:
Mohammad Rafiq 2025-04-06 23:46:21 +08:00
parent 9ecb57a4b6
commit 2c468724fd
No known key found for this signature in database

View file

@ -1,5 +1,6 @@
{
home-manager.users.rafiq.programs.zellij = {
home-manager.users.rafiq = {
programs.zellij = {
enable = true;
attachExistingSession = true;
settings = {
@ -10,4 +11,14 @@
];
};
};
xdg.configFile."zellij/layouts/default.kdl".text = # kdl
''
layout {
pane
pane size=1 borderless=true {
plugin location="tab-bar"
}
}
'';
};
}