mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
profiles/dev: add Zellij configuration
This commit is contained in:
parent
f73108e4e6
commit
795723c17f
@ -21,7 +21,6 @@ in {
|
||||
moar # More 'more'.
|
||||
perl534Packages.vidir # Bulk rename for your organizing needs in the terminal.
|
||||
tealdeer # An easy cop-out for basic help.
|
||||
zellij # A modern tmux? Yeah, modern tmux.
|
||||
|
||||
# Coreutils replacement.
|
||||
fd # Oh nice, a more reliable `find`.
|
||||
@ -64,6 +63,18 @@ in {
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user