feat: add a very minimal zellij layout
This commit is contained in:
6
hosts/default/sources/zellij/minimal.kdl
Normal file
6
hosts/default/sources/zellij/minimal.kdl
Normal file
@@ -0,0 +1,6 @@
|
||||
layout {
|
||||
pane size=1 borderless=true {
|
||||
plugin location="tab-bar"
|
||||
}
|
||||
pane
|
||||
}
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user