mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 21:19:45 +01:00
wezterm: fix generated configuration
The semi-colon breaks this config file, it is not in the Weztem documentation either.
This commit is contained in:
parent
0b052dd811
commit
dfe4d334b1
3 changed files with 3 additions and 3 deletions
|
@ -100,7 +100,7 @@ in {
|
||||||
-- Generated by Home Manager.
|
-- Generated by Home Manager.
|
||||||
-- See https://wezfurlong.org/wezterm/
|
-- See https://wezfurlong.org/wezterm/
|
||||||
|
|
||||||
local wezterm = require 'wezterm';
|
local wezterm = require 'wezterm'
|
||||||
|
|
||||||
${cfg.extraConfig}
|
${cfg.extraConfig}
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
-- Generated by Home Manager.
|
-- Generated by Home Manager.
|
||||||
-- See https://wezfurlong.org/wezterm/
|
-- See https://wezfurlong.org/wezterm/
|
||||||
|
|
||||||
local wezterm = require 'wezterm';
|
local wezterm = require 'wezterm'
|
||||||
|
|
||||||
return {}
|
return {}
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
-- Generated by Home Manager.
|
-- Generated by Home Manager.
|
||||||
-- See https://wezfurlong.org/wezterm/
|
-- See https://wezfurlong.org/wezterm/
|
||||||
|
|
||||||
local wezterm = require 'wezterm';
|
local wezterm = require 'wezterm'
|
||||||
|
|
||||||
return {
|
return {
|
||||||
font = wezterm.font("JetBrains Mono"),
|
font = wezterm.font("JetBrains Mono"),
|
||||||
|
|
Loading…
Reference in a new issue