{ config, pkgs, inputs, system, ... }: { programs.zellij = { enable = true; settings = { session_serialization = false; default_layout = "compact"; mirror_session = true; simplified_ui = true; ui.pane_frames.rounded_corners = true; ui.pane_frames.hide_session_name = true; theme = "stylix"; themes.stylix = with config.lib.stylix.colors.withHashtag; { bg = base02; fg = base05; red = base08; green = base0B; blue = base0D; yellow = base0A; magenta = base0E; orange = base09; cyan = base0C; black = base00; white = base05; }; }; }; }