diff --git a/home/wezterm/default.nix b/home/wezterm/default.nix index cf2ec3e..e385d78 100644 --- a/home/wezterm/default.nix +++ b/home/wezterm/default.nix @@ -14,11 +14,10 @@ config.enable_tab_bar = false -- TODO: auto-set this depending on color scheme - local theme = wezterm.plugin.require('https://github.com/neapsix/wezterm').main - config.colors = theme.colors() + config.color_scheme = "rose-pine" config.font = wezterm.font_with_fallback({ - { family = "${builtins.elemAt fonts 0}" }, + ${toString (map (font: "{ family = \"${font}\" },") fonts)} { family = "FairiesevkaTerm Nerd Font Mono" }, { family = "FiraCode Nerd Font",