Skip to content

Commit

Permalink
feat: ghostty - use nushell
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Jan 29, 2025
1 parent ec2d417 commit 0cac8e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions home/base/gui/terminal/ghostty.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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'";
};
};
}

0 comments on commit 0cac8e1

Please sign in to comment.