typo(gaming): packages -> package

This commit is contained in:
Infinidoge 2022-05-20 22:33:27 -04:00
parent 55caf3ec09
commit ca95644a93

View file

@ -18,7 +18,7 @@ in
};
lutris = {
enable = mkBoolOpt cfg.enableAll;
packages = mkOpt package pkgs.lutris;
package = mkOpt package pkgs.lutris;
};
};
@ -26,7 +26,7 @@ in
{
home.home.packages = with pkgs; [
(mkIf cfg.polymc.enable cfg.polymc.package)
(mkIf cfg.lutris.enable cfg.lutris.packages)
(mkIf cfg.lutris.enable cfg.lutris.package)
];
modules.software.steam = {