From 11e6d20803cb660094a7657b8f1653d96d61b527 Mon Sep 17 00:00:00 2001 From: Emanuel <152207479+eeyieryi@users.noreply.github.com> Date: Thu, 27 Feb 2025 20:32:19 +0400 Subject: [PATCH] ghostty: fix typo (#6541) --- modules/programs/ghostty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/ghostty.nix b/modules/programs/ghostty.nix index c0fe86208..383472efc 100644 --- a/modules/programs/ghostty.nix +++ b/modules/programs/ghostty.nix @@ -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 {