diff --git a/home/config/wezterm/config.fnl b/home/config/wezterm/config.fnl index 2c4e017..50a3e22 100644 --- a/home/config/wezterm/config.fnl +++ b/home/config/wezterm/config.fnl @@ -33,6 +33,7 @@ (where t (t:find "^gallery-dl%s")) {:title (t:gsub "^gallery-dl%s(.*)" "%1") :icon " " :color "#009900"} (where t (t:find :^redis-)) {: title :icon " " :color "#DC372C"} + (where t (t:find "^%[%w+%]%s")) {: title :icon " " :color colors.ssh} _ {: title :icon " " :color "#F8F8F2"})) (wezterm.on :format-tab-title diff --git a/home/hosts/mediaserver.nix b/home/hosts/mediaserver.nix index d080446..9d9fa7e 100644 --- a/home/hosts/mediaserver.nix +++ b/home/hosts/mediaserver.nix @@ -5,6 +5,7 @@ args@{ pkgs, ... }: ../programs/fish.nix ../programs/atuin.nix ../programs/starship.nix + ../programs/direnv.nix ../programs/nvim diff --git a/system/darwin/fonts.nix b/system/darwin/fonts.nix index 6ebc534..75c1160 100644 --- a/system/darwin/fonts.nix +++ b/system/darwin/fonts.nix @@ -6,7 +6,6 @@ fonts = with pkgs; [ jetbrains-mono - victor-mono noto-fonts unifont @@ -15,8 +14,6 @@ "NerdFontsSymbolsOnly" ]; }) - - montserrat ]; }; }