From 56ae97499f584411a8b9ca6f8b8d4f9df4af8f58 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sat, 2 Nov 2024 16:44:26 -0700 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=20refactor(wezterm):=20Get=20all=20mo?= =?UTF-8?q?nospace=20fonts;=20use=20gogh=20colors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/wezterm/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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",