1st commit
This commit is contained in:
commit
74d15b4c6a
25 changed files with 1328 additions and 0 deletions
16
home/modules/zellij.nix
Executable file
16
home/modules/zellij.nix
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = [pkgs.zellij];
|
||||
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
exitShellOnExit = true;
|
||||
enableZshIntegration = true;
|
||||
|
||||
settings = {
|
||||
simplified_ui = true;
|
||||
pane_frames = false;
|
||||
default_layout = "compact";
|
||||
show_startup_tips = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue