diff --git a/config/terminal/wezterm/wezterm.lua b/config/terminal/wezterm/wezterm.lua index 23de97b..8aff2af 100644 --- a/config/terminal/wezterm/wezterm.lua +++ b/config/terminal/wezterm/wezterm.lua @@ -1,7 +1,8 @@ local wezterm = require 'wezterm' local config = wezterm.config_builder() - +config.enable_scroll_bar = true +config.scrollback_lines = 50000 return config \ No newline at end of file diff --git a/nix-config/host/materusPC/configuration.nix b/nix-config/host/materusPC/configuration.nix index f45bdb0..3d4e09f 100644 --- a/nix-config/host/materusPC/configuration.nix +++ b/nix-config/host/materusPC/configuration.nix @@ -90,6 +90,8 @@ in programs.dconf.enable = true; environment.systemPackages = with pkgs; [ + wezterm + kdePackages.ark kdePackages.kcalc vim