mirror of
https://github.com/materusPL/nixos-config
synced 2026-07-09 15:41:57 +00:00
materusPC: More wezterm things
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
local wezterm = require 'wezterm'
|
||||
local config = wezterm.config_builder()
|
||||
|
||||
|
||||
config.enable_scroll_bar = true
|
||||
config.scrollback_lines = 50000
|
||||
|
||||
|
||||
return config
|
||||
@@ -90,6 +90,8 @@ in
|
||||
programs.dconf.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wezterm
|
||||
|
||||
kdePackages.ark
|
||||
kdePackages.kcalc
|
||||
vim
|
||||
|
||||
Reference in New Issue
Block a user