mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
@@ -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}
|
||||
'';
|
||||
|
||||
@@ -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 {}
|
||||
|
||||
|
||||
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user