mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
service/window-manager/awesome: replace not existing package (#2293)
See https://github.com/NixOS/nixpkgs/pull/135117
This commit is contained in:
parent
f6d1cad6ba
commit
9029fd2b9d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ in {
|
|||
List of lua packages available for being
|
||||
used in the Awesome configuration.
|
||||
'';
|
||||
example = literalExample "[ luaPackages.oocairo ]";
|
||||
example = literalExample "[ pkgs.luaPackages.vicious ]";
|
||||
};
|
||||
|
||||
noArgb = mkOption {
|
||||
|
|
Loading…
Reference in a new issue