feat: ghostty - use nushell

This commit is contained in:
Ryan Yin
2025-01-29 14:39:50 +08:00
parent ec2d41742c
commit 0cac8e1763

View File

@@ -29,6 +29,13 @@
# only supported on macOS;
background-blur-radius = 10;
scrollback-limit = 20000;
# https://ghostty.org/docs/config/reference#command
# To resolve issues:
# 1. https://github.com/ryan4yin/nix-config/issues/26
# 2. https://github.com/ryan4yin/nix-config/issues/8
# Spawn a nushell in login mode via `bash`
command = "${pkgs.bash}/bin/bash --login -c 'nu --login --interactive'";
};
};
}