modules/home/programs/terminal/wezterm.nix: fix, refactor

modules/home/programs/shell/oh-my-posh.nix: fix, refactor

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-03-31 16:35:36 +03:00
parent d4849e9319
commit 23acb87339
2 changed files with 38 additions and 25 deletions

View File

@ -17,7 +17,7 @@ in {
# version = 2;
final_space = true;
shell_integration = true;
console_title_template = "{{if .SSHSession}}{{.HostName}} {{ end }}{{ .Shell }} in {{ .Folder }}";
console_title_template = "{{ .Shell }} in {{ .Folder }}";
blocks = [
{
type = "prompt";