From 12ea2a7e7d437dd0ea1e12f390fc5fdedd1f6f22 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Fri, 8 May 2026 00:26:30 -0700 Subject: [PATCH] iosevka --- users/tao.nix | 2 ++ users/tao/wezterm.lua | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/users/tao.nix b/users/tao.nix index 15fb70a..23a3ff6 100644 --- a/users/tao.nix +++ b/users/tao.nix @@ -12,6 +12,7 @@ in { # oculante # https://nixpk.gs/pr-tracker.html?pr=502921 ]) ++ (with pkgs; [ + feedr sniffnet oculante # keep-sorted start sticky_comments=no @@ -94,6 +95,7 @@ in { environment.shells = with pkgs; [nushell]; fonts.packages = with pkgs; [ + iosevka libertine inconsolata linux-libertine-g diff --git a/users/tao/wezterm.lua b/users/tao/wezterm.lua index 2e22096..cca2d28 100644 --- a/users/tao/wezterm.lua +++ b/users/tao/wezterm.lua @@ -1,6 +1,5 @@ -local wezterm = require 'wezterm'; local config = { - font = wezterm.font 'IBM Plex Mono', + font = wezterm.font 'Iosevka', color_scheme = 'GruvboxDarkHard', window_decorations = "NONE",