forked from mirrors/nixpkgs
Merge pull request #135117 from rski/awesomewm
This commit is contained in:
commit
2981a49d31
|
@ -27,7 +27,7 @@ in
|
|||
default = [];
|
||||
type = types.listOf types.package;
|
||||
description = "List of lua packages available for being used in the Awesome configuration.";
|
||||
example = literalExample "[ luaPackages.oocairo ]";
|
||||
example = literalExample "[ pkgs.luaPackages.vicious ]";
|
||||
};
|
||||
|
||||
package = mkOption {
|
||||
|
|
Loading…
Reference in a new issue