1

feat: add a very minimal zellij layout

This commit is contained in:
Himadri Bhattacharjee
2024-09-18 19:55:55 +05:30
parent 1b7db49718
commit babd921e09
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
layout {
pane size=1 borderless=true {
plugin location="tab-bar"
}
pane
}

View File

@@ -1,11 +1,12 @@
{
programs.zellij = {
enable = true;
# enableFishIntegration = true;
enableFishIntegration = true;
settings = {
copy_command = "wl-copy";
simplified_ui = true;
pane_frames = false;
};
home.file.".config/zellij/layouts/minimal.kdl" = ./sources/zellij/minimal.kdl;
};
}