1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-06 08:46:54 +00:00

ghostty: fix typo (#6541)

This commit is contained in:
Emanuel 2025-02-27 20:32:19 +04:00 committed by GitHub
parent b8869e4ead
commit 11e6d20803
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ in {
package = lib.mkPackageOption pkgs "ghostty" {
nullable = true;
extraDescription =
"Set programs.ghostty.package to null on platfroms where ghostty is not available or marked broken";
"Set programs.ghostty.package to null on platforms where ghostty is not available or marked broken";
};
settings = lib.mkOption {