1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-29 01:37:28 +02: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:
bhougland18 2024-09-19 13:05:06 -04:00 committed by Robert Helgesson
parent 0b052dd811
commit dfe4d334b1
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
3 changed files with 3 additions and 3 deletions

View file

@ -100,7 +100,7 @@ in {
-- Generated by Home Manager.
-- See https://wezfurlong.org/wezterm/
local wezterm = require 'wezterm';
local wezterm = require 'wezterm'
${cfg.extraConfig}
'';

View file

@ -10,7 +10,7 @@
-- Generated by Home Manager.
-- See https://wezfurlong.org/wezterm/
local wezterm = require 'wezterm';
local wezterm = require 'wezterm'
return {}

View file

@ -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"),