nushell etc for nomom
This commit is contained in:
parent
620fe90134
commit
77c3aa4fc1
11 changed files with 1400 additions and 2 deletions
17
users/vy/wezterm.lua
Normal file
17
users/vy/wezterm.lua
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue