mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-24 14:05:16 +08:00
wezterm: add some config
This commit is contained in:
parent
88a83af6a2
commit
88d94eaffe
1 changed files with 11 additions and 1 deletions
|
|
@ -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';
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue