🐛 fix(wezterm): Don't use rose-pine module
This commit is contained in:
parent
e2c0c38790
commit
4962e618fd
1 changed files with 7 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
||||||
programs.wezterm = {
|
programs.wezterm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
rose-pine.enable = true;
|
# currently broken
|
||||||
|
# rose-pine.enable = true;
|
||||||
|
|
||||||
extraConfig =
|
extraConfig =
|
||||||
let
|
let
|
||||||
|
@ -13,6 +14,11 @@
|
||||||
''
|
''
|
||||||
local config = wezterm.config_builder()
|
local config = wezterm.config_builder()
|
||||||
|
|
||||||
|
-- TODO: Only add this when using rose-pine
|
||||||
|
local theme = wezterm.plugin.require('https://github.com/neapsix/wezterm').main
|
||||||
|
|
||||||
|
config.colors = theme.colors()
|
||||||
|
|
||||||
config.enable_tab_bar = false
|
config.enable_tab_bar = false
|
||||||
|
|
||||||
config.font = wezterm.font_with_fallback({
|
config.font = wezterm.font_with_fallback({
|
||||||
|
|
Loading…
Reference in a new issue