profiles/dev: add Zellij configuration

This commit is contained in:
Gabriel Arazas 2023-06-23 17:12:43 +08:00
parent f73108e4e6
commit 795723c17f
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -21,7 +21,6 @@ in {
moar # More 'more'. moar # More 'more'.
perl534Packages.vidir # Bulk rename for your organizing needs in the terminal. perl534Packages.vidir # Bulk rename for your organizing needs in the terminal.
tealdeer # An easy cop-out for basic help. tealdeer # An easy cop-out for basic help.
zellij # A modern tmux? Yeah, modern tmux.
# Coreutils replacement. # Coreutils replacement.
fd # Oh nice, a more reliable `find`. fd # Oh nice, a more reliable `find`.
@ -64,6 +63,18 @@ in {
style = "plain"; style = "plain";
}; };
}; };
# Modern tmux? Yeah, modern tmux! For layout configurations, they are
# more individualized so just set your home-manager users individually
# with those. pls?
programs.zellij = {
enable = true;
settings = {
mouse_mode = false;
copy_on_select = false;
pane_frames = false;
};
};
}) })
(lib.mkIf cfg.shell.enable { (lib.mkIf cfg.shell.enable {