mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
feat: wezterm as default terminal
This commit is contained in:
parent
006eaf33be
commit
4b76b22942
6 changed files with 25 additions and 37 deletions
7
home/terminal.nix
Normal file
7
home/terminal.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
programs.wezterm = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
enableBashIntegration = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue