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.
|
||||
-- See https://wezfurlong.org/wezterm/
|
||||
|
||||
local wezterm = require 'wezterm';
|
||||
local wezterm = require 'wezterm'
|
||||
|
||||
${cfg.extraConfig}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue