mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-06 16:57:03 +00:00
ghostty: fix typo (#6541)
This commit is contained in:
parent
b8869e4ead
commit
11e6d20803
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue