wezterm: add some config

This commit is contained in:
Sridhar Ratnakumar 2024-08-12 12:51:02 -04:00
parent 88a83af6a2
commit 88d94eaffe
No known key found for this signature in database

View file

@ -67,6 +67,16 @@
fzf.enable = true;
jq.enable = true;
htop.enable = true;
wezterm.enable = true;
wezterm = {
enable = true;
# https://alexplescan.com/posts/2024/08/10/wezterm/
extraConfig = ''
return {
font = wezterm.font("Monaspace Argon");
color_scheme = 'Tokyo Night';
window_decorations = 'RESIZE';
}
'';
};
};
}