wezterm: remove automatic config reload call

Closes: #4426
This commit is contained in:
NAHO 2023-10-22 14:36:41 +02:00 committed by Robert Helgesson
parent 1369d2cefb
commit f92a54fef4
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
3 changed files with 0 additions and 6 deletions

View File

@ -100,9 +100,7 @@ in {
-- Generated by Home Manager.
-- See https://wezfurlong.org/wezterm/
-- Add config folder to watchlist for config reloads.
local wezterm = require 'wezterm';
wezterm.add_to_config_reload_watch_list(wezterm.config_dir)
${cfg.extraConfig}
'';

View File

@ -10,9 +10,7 @@
-- Generated by Home Manager.
-- See https://wezfurlong.org/wezterm/
-- Add config folder to watchlist for config reloads.
local wezterm = require 'wezterm';
wezterm.add_to_config_reload_watch_list(wezterm.config_dir)
return {}

View File

@ -53,9 +53,7 @@
-- Generated by Home Manager.
-- See https://wezfurlong.org/wezterm/
-- Add config folder to watchlist for config reloads.
local wezterm = require 'wezterm';
wezterm.add_to_config_reload_watch_list(wezterm.config_dir)
return {
font = wezterm.font("JetBrains Mono"),