feat: wezterm as default terminal

This commit is contained in:
Poby 2026-03-14 01:06:03 +09:00
parent 006eaf33be
commit 4b76b22942
No known key found for this signature in database
6 changed files with 25 additions and 37 deletions

7
home/terminal.nix Normal file
View file

@ -0,0 +1,7 @@
{
programs.wezterm = {
enable = true;
enableZshIntegration = true;
enableBashIntegration = true;
};
}