This commit is contained in:
Tao Tien 2026-05-08 00:26:30 -07:00
parent 4da647e040
commit 12ea2a7e7d
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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",