Skip to content

Commit

Permalink
ghostty: fix typo (#6541)
Browse files Browse the repository at this point in the history
  • Loading branch information
eeyieryi authored Feb 27, 2025
1 parent b8869e4 commit 11e6d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/programs/ghostty.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 11e6d20

Please sign in to comment.