1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 13:57:31 +02:00

wezterm: remove automatic config reload call

Closes: #4426
This commit is contained in:
NAHO 2023-10-22 14:36:41 +02:00 committed by Mikilio
parent 1947c9901c
commit 87c2ff0a36
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F
3 changed files with 0 additions and 6 deletions

View file

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

View file

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

View file

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