nixos: Improve awesome wm example

use a useful example instead of a package that doesn't seem to exist
This commit is contained in:
Romanos Skiadas 2021-08-22 00:17:43 +03:00
parent 77506e4f25
commit a41302fea6

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 {