3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #135117 from rski/awesomewm

This commit is contained in:
Sandro 2021-08-23 12:45:49 +02:00 committed by GitHub
commit 2981a49d31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {