mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 16:47:23 +08:00
format
This commit is contained in:
parent
56c7d1b162
commit
0ad4bf4711
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
font = wezterm.font("Monaspace Argon");
|
||||
color_scheme = 'Tokyo Night';
|
||||
window_decorations = 'RESIZE';
|
||||
font = wezterm.font("Monaspace Argon"),
|
||||
color_scheme = 'Tokyo Night',
|
||||
window_decorations = 'RESIZE',
|
||||
keys = {
|
||||
-- Emulate other programs (Zed, VSCode, ...)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue