feat: wezterm and starship config

This commit is contained in:
Poby 2026-03-14 16:54:34 +09:00
parent d780bab0b1
commit b8ce095489
No known key found for this signature in database
4 changed files with 255 additions and 4 deletions

View file

@ -4,5 +4,6 @@
enableZshIntegration = true;
enableBashIntegration = true;
# TODO wezterm config
extraConfig = builtins.readFile ./wezterm.lua;
};
}