diff --git a/modules/home-manager/profiles/dev.nix b/modules/home-manager/profiles/dev.nix index 16bf5a26..1b85cf83 100644 --- a/modules/home-manager/profiles/dev.nix +++ b/modules/home-manager/profiles/dev.nix @@ -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 {