mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
nixos: Improve awesome wm example
use a useful example instead of a package that doesn't seem to exist
This commit is contained in:
parent
77506e4f25
commit
a41302fea6
@ -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 New Issue
Block a user