mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 03:29: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.
|
||||
-- See https://wezfurlong.org/wezterm/
|
||||
|
||||
local wezterm = require 'wezterm';
|
||||
local wezterm = require 'wezterm'
|
||||
|
||||
${cfg.extraConfig}
|
||||
'';
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
-- Generated by Home Manager.
|
||||
-- See https://wezfurlong.org/wezterm/
|
||||
|
||||
local wezterm = require 'wezterm';
|
||||
local wezterm = require 'wezterm'
|
||||
|
||||
return {}
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
-- Generated by Home Manager.
|
||||
-- See https://wezfurlong.org/wezterm/
|
||||
|
||||
local wezterm = require 'wezterm';
|
||||
local wezterm = require 'wezterm'
|
||||
|
||||
return {
|
||||
font = wezterm.font("JetBrains Mono"),
|
||||
|
|
Loading…
Reference in a new issue