chore: Use original ghostty flake and update flake inputs

This commit is contained in:
ulic-youthlic 2026-01-01 18:57:02 +08:00
parent de798188e5
commit 367f683bde
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
3 changed files with 364 additions and 198 deletions

View file

@ -236,5 +236,11 @@
nixpkgs.follows = "nixpkgs";
};
};
ghostty = {
type = "github";
owner = "ghostty-org";
repo = "ghostty";
};
};
}