Updated configuration
This commit is contained in:
13
home/panotaka/common/core/shell/zellij.nix
Normal file
13
home/panotaka/common/core/shell/zellij.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
settings = {
|
||||
#simplified_ui = true;
|
||||
pane_frames = false;
|
||||
copy_on_select = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user