ghostty test 2

This commit is contained in:
2025-07-19 20:15:15 +02:00
parent 1539c88df0
commit 010c79425a
4 changed files with 52 additions and 366 deletions

View File

@@ -16,7 +16,7 @@ in {
{
programs.ghostty = {
enable = true;
package = pkgs.ghostty-bin;
package = pkgs.ghostty;
enableBashIntegration = config.programs.bash.enable;
enableFishIntegration = config.programs.fish.enable;
enableZshIntegration = config.programs.zsh.enable;