materusPC: More wezterm things

This commit is contained in:
Mateusz Słodkowicz 2026-06-16 22:07:39 +02:00
parent 6197a64c4a
commit a485b83e49
Signed by: materus
SSH Key Fingerprint: SHA256:rzVduzTiiszuYfLPYD0SDZV+g8lxhpcRgpbOZA1X0Uo
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,8 @@
local wezterm = require 'wezterm'
local config = wezterm.config_builder()
config.enable_scroll_bar = true
config.scrollback_lines = 50000
return config

View File

@ -90,6 +90,8 @@ in
programs.dconf.enable = true;
environment.systemPackages = with pkgs; [
wezterm
kdePackages.ark
kdePackages.kcalc
vim