mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
Merge pull request #135117 from rski/awesomewm
This commit is contained in:
commit
2981a49d31
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ in
|
||||||
default = [];
|
default = [];
|
||||||
type = types.listOf types.package;
|
type = types.listOf types.package;
|
||||||
description = "List of lua packages available for being used in the Awesome configuration.";
|
description = "List of lua packages available for being used in the Awesome configuration.";
|
||||||
example = literalExample "[ luaPackages.oocairo ]";
|
example = literalExample "[ pkgs.luaPackages.vicious ]";
|
||||||
};
|
};
|
||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue