From a485b83e49c945c5625049953fde472d9816d2bb Mon Sep 17 00:00:00 2001 From: materus Date: Tue, 16 Jun 2026 22:07:39 +0200 Subject: [PATCH] materusPC: More wezterm things --- config/terminal/wezterm/wezterm.lua | 3 ++- nix-config/host/materusPC/configuration.nix | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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