Fix typo. (#3118)
This commit is contained in:
parent
0e2f7876d2
commit
7146638e9e
|
@ -25,7 +25,7 @@ in {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.librewolf;
|
default = pkgs.librewolf;
|
||||||
defaultText = literalExpression "pkgs.librewolf";
|
defaultText = literalExpression "pkgs.librewolf";
|
||||||
description = "The LibeWolf package to use.";
|
description = "The LibreWolf package to use.";
|
||||||
};
|
};
|
||||||
|
|
||||||
settings = mkOption {
|
settings = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue