nushell etc for nomom

This commit is contained in:
Tao Tien 2025-03-08 22:35:46 -08:00
parent 620fe90134
commit 77c3aa4fc1
11 changed files with 1400 additions and 2 deletions

17
users/vy/wezterm.lua Normal file
View file

@ -0,0 +1,17 @@
local wezterm = require 'wezterm';
local config = {
font = wezterm.font 'FiraCode Nerd Font',
color_scheme = 'GruvboxDarkHard',
window_decorations = "NONE",
warn_about_missing_glyphs = false,
check_for_updates = false,
hide_tab_bar_if_only_one_tab = true,
enable_wayland = true,
-- webgpu_power_preference = 'LowPower',
-- front_end = 'WebGpu',
}
return config