mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
ghostty: fix typo (#6541)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user