1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-18 12:38:30 +02:00

service/window-manager/awesome: replace not existing package (#2293)

See https://github.com/NixOS/nixpkgs/pull/135117
This commit is contained in:
Sandro 2021-08-23 16:39:42 +02:00 committed by GitHub
parent f6d1cad6ba
commit 9029fd2b9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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