🐛 fix(wezterm): Don't use rose-pine module
This commit is contained in:
parent
4b4847b152
commit
6333b57552
1 changed files with 7 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
programs.wezterm = {
|
||||
enable = true;
|
||||
|
||||
rose-pine.enable = true;
|
||||
# currently broken
|
||||
# rose-pine.enable = true;
|
||||
|
||||
extraConfig =
|
||||
let
|
||||
|
@ -13,6 +14,11 @@
|
|||
''
|
||||
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.font = wezterm.font_with_fallback({
|
||||
|
|
Loading…
Reference in a new issue