🐛 fix(wezterm): Return config
This commit is contained in:
parent
d42cc1048e
commit
c73f1f09cf
1 changed files with 4 additions and 1 deletions
|
@ -14,7 +14,8 @@
|
||||||
config.enable_tab_bar = false
|
config.enable_tab_bar = false
|
||||||
|
|
||||||
-- TODO: auto-set this depending on color scheme
|
-- TODO: auto-set this depending on color scheme
|
||||||
config.color_scheme = "rose-pine"
|
local theme = wezterm.plugin.require('https://github.com/neapsix/wezterm').main
|
||||||
|
config.colors = theme.colors()
|
||||||
|
|
||||||
config.font = wezterm.font_with_fallback({
|
config.font = wezterm.font_with_fallback({
|
||||||
{ family = "${builtins.elemAt fonts 0}" },
|
{ family = "${builtins.elemAt fonts 0}" },
|
||||||
|
@ -43,6 +44,8 @@
|
||||||
|
|
||||||
-- TODO: on mairley this should be set to 14.0
|
-- TODO: on mairley this should be set to 14.0
|
||||||
config.font_size = 11.0
|
config.font_size = 11.0
|
||||||
|
|
||||||
|
return config
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue